alloc / tusken

100% type-safe query builder compatible with any Postgres client 🐘 Generated table/function types, tree-shakable, implicit type casts, and more
Other
223 stars 3 forks source link

Note that `db.put` does not throw if an update fails #44

Open aleclarson opened 1 year ago

aleclarson commented 1 year ago

When db.put is used to update one or multiple rows, its promise won't be rejected if one of the updates does nothing because the targeted record doesn't exist.