問題タブ [sqlx]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
go - データベースへのリクエストボディの挿入
Go、SQLX、postgres、go-swagger を使用して API を開発しています。
POST メソッド ハンドラーで、swagger によって定義および検証された型の要求本文を取得します。検証後、それをpostgresテーブルに挿入したいと思います。
次のスニペットを除いて、この件に関するドキュメントはあまり見つかりませんでした。
つまり、保持したい構造体のすべてのフィールドを記述する必要があります。
構造体をテーブルに保存するだけのメソッドはありますか?