spacemonkeygo / dbx

A neat codegen-based database wrapper written in Go
Apache License 2.0
74 stars 11 forks source link

support insert or replace #32

Open zeebo opened 6 years ago

zeebo commented 6 years ago

sqlite3 supports this easily, whereas postgres will require doing an on conflict update setting every single column to either the create value or a default value.