new-yorken-poesry-magazine
new-yorken-poesry-magazine copied to clipboard
switch over to `sqlx`
the github.com/jmoiron/sqlx
package provides some nice extensions to the standard database/sql
go package including support for struct tags for using with Scan()
as well as more succinct handlers like Get()
and Select()
this is extremely low priority