UNPKG

simple-node-db

Version:

A document database with query, insert, update, backup/restore and replication implemented on top of levelup, leveldown, and memdown.

16 lines (11 loc) 133 B
language: node_js node_js: - "7" - "6" - "4" before_script: - npm install script: make test branches: only: - master