jsonapi-store-relationaldb

v0.0.1
Relational data store for jsonapi-server.
json:api jsonapi persistence store mysql postgres mssql

test

/bin/sh setupDatabase.sh && ./node_modules/mocha/bin/mocha --timeout 20000 -R spec ./test/*.js

start

node example/server.js

coveralls

./node_modules/mocha/bin/mocha --require blanket --reporter mocha-lcov-reporter ./test/*.js | ./node_modules/coveralls/bin/coveralls.js

coverage

./node_modules/mocha/bin/mocha --timeout 20000 --require blanket --reporter html-cov ./test/*.js > coverage.html

complexity

./node_modules/plato/bin/plato -r -d complexity lib

performance

node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha --reporter mocha-performance ./test/*.js

lint

eslint ./example/*.js ./lib/* ./test/*.js --quiet && echo '✔ All good!'

Metadata

  • MIT
  • *
  • Oliver Rumbelow
  • released 11/20/2015

Downloads

Maintainers