Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
sequelize-dm8
Advanced tools
Sequelize v5 支持达梦数据库 DM8 封装,使用方法如下:
$ npm install --save dmdb sequelize-dm8
const { Sequelize } = require('sequelize-dm8');
dialect 的配置值为: dmdb
。
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more.
Sequelize follows SEMVER. Supports Node v6 and above to use ES6 features.
New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.
$ npm install --save sequelize # This will install v5
# And one of the following:
$ npm install --save pg pg-hstore # Postgres
$ npm install --save mysql2
$ npm install --save mariadb
$ npm install --save sqlite3
$ npm install --save tedious # Microsoft SQL Server
If you have security issues to report please refer to our Responsible Disclosure Policy for more details.
FAQs
DMDB ORM for Node.JS
The npm package sequelize-dm8 receives a total of 4 weekly downloads. As such, sequelize-dm8 popularity was classified as not popular.
We found that sequelize-dm8 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.