We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goにて、
type X struct { Vtuber Movie []M }
とした際にdbからV, Mのテーブルをjoinして取得したらどうなるか。 jsonで送った際にどうなるか。 Next(TS)がどう受け取るか
・ドロップダウンは個別データ(Transmit) ・表示はAllJoinでいいかも。→Nextでテーブル化するときどうなるか。
ポートフォリオメモ
The text was updated successfully, but these errors were encountered:
実験完了 #23
9d8796f
結論
type X struct { Vtuber Movie []Movie }
のような型にVtuber. Movieをjoinしたデータを.Scanで入れることはできなかった。 よってNextで受け取った場合のことは試験していない。
なお、MySQLからjson形式で取得すればできるのかもしれないが、必要性を感じなかった(というか扱いが面倒なだけな気がする)。
Sorry, something went wrong.
No branches or pull requests
Goにて、
とした際にdbからV, Mのテーブルをjoinして取得したらどうなるか。
jsonで送った際にどうなるか。
Next(TS)がどう受け取るか
・ドロップダウンは個別データ(Transmit)
・表示はAllJoinでいいかも。→Nextでテーブル化するときどうなるか。
ポートフォリオメモ
→Scan使う
The text was updated successfully, but these errors were encountered: