CoursePark / KnexNest

A wrapper for Knex.js that can output list of objects hydrated from a select
76 stars 10 forks source link

Code cleanup + `As` & `aS` SQL keyword support #3

Closed jurko-gospodnetic closed 9 years ago

jurko-gospodnetic commented 9 years ago

Code cleanup + added support for correctly recognizing As & aS as SQL keywords when using Postgres as a back-end database for knex.

Just stuff I ran into while researching some knexnest behaviour.