canirequire › Dual (CommonJS + ESM) › sequelize
Is sequelize ESM-only? Can you require() it?
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
Last verified Sep 9, 2026 against sequelize@6.37.8. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
sequelize publishes both a CommonJS entry and a native ESM entry (ESM added in 6.12.0). require("sequelize") and import "sequelize" both work on every supported Node.js version and in Bun.
Does sequelize@6.37.8 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("sequelize") from a CommonJS file and import "sequelize" from an ES module.
| Runtime | require("sequelize") | import "sequelize" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import sequelize
ES modules (import)
import sequelize from "sequelize";CommonJS (require)
const sequelize = require("sequelize");Module format by version
Derived from the type, main and exports fields of every stable release on npm (517 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 6.16.2 – 6.37.8 | Dual (CommonJS + ESM) | Feb 18, 2022 |
Frequently asked
Is sequelize ESM-only?
sequelize@6.37.8 ships CommonJS and ESM builds. sequelize publishes both a CommonJS entry and a native ESM entry (ESM added in 6.12.0). require("sequelize") and import "sequelize" both work on every supported Node.js version and in Bun.
Can I require sequelize?
Yes. sequelize ships a CommonJS entry, so require("sequelize") works on every Node.js version, alongside the native ESM entry for import.
Does sequelize work in Bun?
Yes. import "sequelize" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does sequelize ship TypeScript types?
Yes. sequelize bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- vue-template-compiler 2.7.16CommonJS
- rollup-plugin-typescript2 0.37.0CommonJS
- pnp-webpack-plugin 1.7.0CommonJS
- rollup-plugin-dts 6.5.1Dual
- copyfiles 2.4.1CommonJS
- vue-loader 17.4.2CommonJS
- karma-jasmine-html-reporter 2.3.0CommonJS
- karma-coverage 2.2.1CommonJS