feathers-sequelize

v4.0.7
A service adapter for Sequelize an SQL ORM
feathers feathers-plugin sequel sequelize mysql sqlite mariadb postgres pg and 2 more...

publish

git push origin --tags && npm run changelog && git push origin

changelog

github_changelog_generator && git add CHANGELOG.md && git commit -am "Updating changelog"

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

lint

semistandard --fix

mocha

mocha --opts mocha.opts --timeout 5000

test

npm run lint && npm run coverage

test:postgres

env DB=postgres npm run lint && npm run coverage:postgres

test:mysql

env DB=mysql npm run lint && npm run coverage:mysql

coverage

istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

coverage:postgres

env DB=postgres istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

coverage:mysql

env DB=mysql istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

Metadata

  • MIT
  • >= 6
  • Feathers contributors
  • released 12/29/2018

Downloads

Maintainers