priyank-p / reminder-app

Reminder App - Stay on top of your reminders!
https://reminder-app.glitch.me/
MIT License
2 stars 1 forks source link

Use knex.js for database stuff #7

Closed priyank-p closed 6 years ago

priyank-p commented 6 years ago

I think level-uplevel works really well for our needs and we can always implement more at https://github.com/priyankp10/level-uplevel. But it might also be worth to look at more well maintained and feature full stuff like this.

The main reason i implemented level-uplevel and used it rather than mongoose or any other things:

In general if knex can provide easier setup we should look into using it.

priyank-p commented 6 years ago

Closing this, after think about this and looking into knex it fairly complex database system we should stay away from!