This package offers a common interface for sequelize and mongoose.
npm run build
npm run dts-gen
npm publish
$ npm install @willbell71/db
Or add this package to your package.json
file:
"dependencies": {
"@willbell71/db": "1.0.14"
}
const myPackage = require('@codertocat/hello-world-npm');
myPackage.helloWorld();