Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider a well know SQL builder #11

Open
iblazevic opened this issue Dec 21, 2018 · 2 comments
Open

Consider a well know SQL builder #11

iblazevic opened this issue Dec 21, 2018 · 2 comments

Comments

@iblazevic
Copy link
Member

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
Copy link
Member

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

@iblazevic iblazevic changed the title Condider a well know SQL builder Consider a well know SQL builder Dec 21, 2018
@rkatic
Copy link
Member

rkatic commented Dec 22, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants