SkillAgentSearch skills...

Sequelize

Sequelize ORM refines for @imqueue ecosystem

Install / Use

/learn @imqueue/Sequelize
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

@imqueue/sequelize

Build Status Known Vulnerabilities License

Sequelize ORM refines for @imqueue

Install

npm i --save @imqueue/sequelize

Docs

git clone git@github.com:imqueue/sequelize.git
cd sequelize
npm i
npm run doc

Usage

import { database, query } from '@imqueue/sequelize';

const sequelize = database({
    logger: console,
    modelsPath: './src/orm/models',
    sequelize: {
        benchmark: true,
        dialect: 'postgres',
        storage: 'sequelize',
        pool: {
            max: 250,
            min: 2,
            idle: 30000,
            acquire: 30000,
        },
    },
});


License

This project is licensed under the GNU General Public License v3.0. See the LICENSE

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated6mo ago
Forks1

Languages

TypeScript

Security Score

87/100

Audited on Sep 11, 2025

No findings