Update README.md

This commit is contained in:
Anatoliy Chakkaev 2012-12-10 17:34:44 +04:00
parent 62d6cb048e
commit aa1ff53159
1 changed files with 5 additions and 0 deletions

View File

@ -177,6 +177,11 @@ To use custom adapter, pass it's package name as first argument to `Schema` cons
Make sure, your adapter can be required (just put it into ./node_modules):
require('couch-db-adapter');
## Jugglingdb Adapters
- Firebird: https://github.com/hgourvest/jugglingdb-firebird
- Couchdb: TODO: add link for external couchdb adapter
## Running tests