osl-vvce / quiz-platform-server

A Node.js server which helps connect the front end to the database.
0 stars 2 forks source link

Use Sequelize ORM? #5

Closed shreevari closed 5 years ago

shreevari commented 5 years ago

Do we want to use Sequelize ORM for this project? @dantehemerson @sanjithpk @suresh-44

sanjithpk commented 5 years ago

I don't think we need that, because with knex.js we can do much more than just ORM.

dantehemerson commented 5 years ago

I used a little Sequelize and it seemed like a great tool for simplicity and the schemes. I have not used Knex but it looks very interesting, I think knex could be a great option and we should use it.

sanjithpk commented 5 years ago

Okay, its decided the, lets use knex as a query builder.