pg-sql-helpers icon indicating copy to clipboard operation
pg-sql-helpers copied to clipboard

A set helpers for writing dynamic SQL queries with `pg-sql` in Javascript.

Results 3 pg-sql-helpers issues
Sort by recently updated
recently updated
newest added

I have an update function that takes 0 or more parameters, and updates a table: ``` updateRelm: async (client, { relmName, isPublic, encryptedPassword, defaultEntryway, }) => { const updates =...