jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.3k stars 1.09k forks source link

Queries using `RETURNING` don't have a great DX #955

Open Courtcircuits opened 3 days ago

Courtcircuits commented 3 days ago

Hi, I know that sqlx is in a stable state but I still wanted to know if adding a method func (db sqlx.DB) NamedGet(dest interface{}, query string, params interface{}) has ever been considered and if it's the case why it hasn't been implemented ?