1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-27 11:35:29 -05:00

Add Lowdb (#605)

This commit is contained in:
typicode 2016-11-03 05:38:57 +01:00 committed by Sindre Sorhus
parent 227ff9b2b7
commit e5f6c7fe91

View file

@ -589,6 +589,7 @@
- [Knex](http://knexjs.org) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
- Other
- [NeDB](https://github.com/louischatriot/nedb) - Embedded persistent database written in JavaScript.
- [Lowdb](https://github.com/typicode/lowdb) - Small JavaScript database powered by Lodash.
### Testing