blazing-edge-labs / api-skeleton

3 stars 1 forks source link

Consider a well know SQL builder #11

Open iblazevic opened 5 years ago

iblazevic commented 5 years ago

Seems like we are slowly building our own custom query builder, we should at least better investigate upsides and downsides of using a well-known SQL builder, e.g. Knex

Love that we do a lot of the stuff clean, but don't want us to get into 'reinventing the wheel' game.

PetarIvancevic commented 5 years ago

Haven't used knex. But I am up for it, just so long as it's not sequelize.

rkatic commented 5 years ago

Having on a project some extra helpers to both map and build SQL, I did't feel the need for a separate SQL builder. However, before even try to do something similar on skeleton, I think it's good idea to first investigate more popular solutions like Knex.