Skip to content
New issue

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

型とjsonと #23

Open
shari-sushi opened this issue Dec 17, 2023 · 1 comment
Open

型とjsonと #23

shari-sushi opened this issue Dec 17, 2023 · 1 comment

Comments

@shari-sushi
Copy link
Owner

shari-sushi commented Dec 17, 2023

Goにて、

type X struct {
  Vtuber
  Movie    []M
}

とした際にdbからV, Mのテーブルをjoinして取得したらどうなるか。
jsonで送った際にどうなるか。
Next(TS)がどう受け取るか

・ドロップダウンは個別データ(Transmit)
・表示はAllJoinでいいかも。→Nextでテーブル化するときどうなるか。


ポートフォリオメモ

  • TransmitVtuverも作る
  • 送信するときは必ずTransmit〜型にする
    →Scan使う
shari-sushi added a commit that referenced this issue Dec 17, 2023
@shari-sushi
Copy link
Owner Author

結論

type X struct {
  Vtuber
  Movie    []Movie
}

のような型にVtuber. Movieをjoinしたデータを.Scanで入れることはできなかった。
よってNextで受け取った場合のことは試験していない。

なお、MySQLからjson形式で取得すればできるのかもしれないが、必要性を感じなかった(というか扱いが面倒なだけな気がする)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant