mikro-orm

v3.0.1
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.
orm mongo mongodb mysql mariadb postgresql sqlite sqlite3 ts and 10 more...

lint

tslint -p .

test

node --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage

build

rimraf dist && tsc

pretest

node tests/pre-test

coverage

rimraf temp tests/generated-entities && yarn test --coverage

posttest

node tests/post-test

changelog

conventional-changelog -p angular -i CHANGELOG.md -s -r 2

coveralls

cat ./coverage/lcov.info | coveralls

Metadata

  • MIT
  • Whatever
  • Martin Adámek
  • released 1/23/2020

Downloads

Maintainers