Masterminds / squirrel

Fluent SQL generation for golang
Other
6.88k stars 465 forks source link

Migrate to pgx #293

Closed robsonpeixoto closed 1 year ago

robsonpeixoto commented 3 years ago

github.com/lib/pq is a deprecated lib https://github.com/lib/pq#status. Maybe is a god idea move to github.com/jackc/pgx

arpanetus commented 3 years ago

I guess sq.StatementBuilder.PlaceholderFormat(sq.Dollar) already does that for query generation as such

brianfiszman commented 2 years ago

I'm currently using pgx and this would be very useful

mfridman commented 3 months ago

@robsonpeixoto (or others) did you ever get a nice solution here?