From a92d8588fc106fdb719bb00a401308bdc39ee8dd Mon Sep 17 00:00:00 2001 From: ariskemper Date: Sun, 4 Jan 2015 15:53:12 +0700 Subject: [PATCH] Close #227 PR: Add NeDB - Embedded persistent database written in javascript. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 3f7bc0d..7a15d5a 100644 --- a/readme.md +++ b/readme.md @@ -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