canirequire

canirequireDual (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.

Latest
6.37.8 (Mar 7, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
6.37.8
Native ESM since
6.12.0
TypeScript types
Bundled
Node engines
>=10.0.0
Weekly downloads
2.0M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
6.16.2 – 6.37.8Dual (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

Similar popularity