Close #227 PR: Add NeDB - Embedded persistent database written in javascript.

This commit is contained in:
ariskemper
2015-01-04 15:53:12 +07:00
committed by Sindre Sorhus
parent 5d5669a56f
commit a92d8588fc

View File

@@ -419,6 +419,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [OpenRecord](https://github.com/PhilWaldmann/openrecord) - ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord.
- Query builder
- [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.
### Testing