gajus / slonik-utilities

Utilities for manipulating data in PostgreSQL database using Slonik.
Other
32 stars 8 forks source link

feat: allow upsert() to skip initial SELECT query #14

Open liujimj opened 2 years ago

liujimj commented 2 years ago

Added an option to skip the pre-flight SELECT before INSERT, as our team's use case would from a single query instead.

liujimj commented 2 years ago

@gajus Any feedback?