Last updated
Last updated
SQL query builder, install plugins like pg lib separately
npm install knex
Initializing the Library
select returns a list of json
first returns a single json
if no entry, returns undefined or empty list
Add .returning('*')
to return data
returns true on success confirmed, idk else
Add .returning('*')
to return data