typings / api

The TypeScript definition registry
https://api.typings.org/
Other
13 stars 3 forks source link

Replace Knex.js with SQL building and db connection #21

Open blakeembrey opened 8 years ago

blakeembrey commented 8 years ago

Found https://github.com/vitaly-t/pg-promise and https://github.com/hiddentao/squel, can probably use it instead of Knex for a more consistent API usage - I've run into too many type issues.

vitaly-t commented 8 years ago

How is it going so far? :) You may find that pg-promise has powerful enough query formatting that no extra tools needed. And of you think of a case you don't know how to implement using just pg-promise - just ask ;)

blakeembrey commented 8 years ago

@vitaly-t I haven't been able to start yet, still an idea I want to follow up on. I'll let you know if anything pops up.