Sequelize

Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i. (by sequelize)

Sequelize Alternatives

Similar projects and alternatives to Sequelize

  1. React

    1,942 Sequelize VS React

    The library for web and native user interfaces.

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Express

    781 Sequelize VS Express

    Fast, unopinionated, minimalist web framework for node.

  4. Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  5. jest

    524 Sequelize VS jest

    Delightful JavaScript Testing.

  6. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  7. Prisma

    487 Sequelize VS Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  8. Nest

    370 Sequelize VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript ๐Ÿš€

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. MongoDB

    The MongoDB Database

  11. TypeORM

    170 Sequelize VS TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  12. mocha

    167 Sequelize VS mocha

    โ˜•๏ธ simple, flexible, fun javascript test framework for node.js & the browser

  13. amplication

    150 Sequelize VS amplication

    Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.

  14. fastify

    127 Sequelize VS fastify

    Fast and low overhead web framework, for Node.js

  15. Mongoose

    118 Sequelize VS Mongoose

    MongoDB object modeling designed to work in an asynchronous environment.

  16. Knex

    105 Sequelize VS Knex

    A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.

  17. prisma1

    64 Sequelize VS prisma1

    Discontinued ๐Ÿ’พ Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

  18. PostgreSQL

    59 Sequelize VS PostgreSQL

    PostgreSQL client for node.js.

  19. MikroORM

    50 Sequelize VS MikroORM

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.

  20. Hapi

    52 Sequelize VS Hapi

    The Simple, Secure Framework Developers Trust

  21. Objection.js

    24 Sequelize VS Objection.js

    An SQL-friendly ORM for Node.js

  22. @databases

    13 Sequelize VS @databases

    TypeScript clients for databases that prevent SQL Injection

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Sequelize alternative or higher similarity.

Sequelize discussion

Log in or Post with
  1. User avatar
    TigranAvagyan18
    ยท 12 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜†โ˜† 6/10

Sequelize reviews and mentions

Posts with mentions or reviews of Sequelize. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-19.
  • How To Secure APIs from SQL Injection Vulnerabilities
    3 projects | dev.to | 19 Mar 2025
    Object-Relational Mapping frameworks like Hibernate (Java), SQLAlchemy (Python), and Sequelize (Node.js) typically use parameterized queries by default and abstract direct SQL interaction. These frameworks help eliminate common developer errors that might otherwise introduce vulnerabilities.
  • Sequelize vs. TypeORM: Choosing the Right ORM for Your Node.js Project
    2 projects | dev.to | 22 Feb 2025
    Sequelize GitHub Repository: https://github.com/sequelize/sequelize
  • Generate an OpenAPI From Your Database
    4 projects | dev.to | 27 Dec 2024
    I was surprised to find that there was no standalone tool that generated an OpenAPI spec directly from a database schema - so I decided to create one. DB2OpenAPI is an Open Source CLI that converts your SQL database into an OpenAPI document, with CRUD routes, descriptions, and JSON schema responses that match your tables' columns. It's built using the Sequelize ORM, which supports:
  • 3 Best Next.js ORM
    2 projects | dev.to | 10 Sep 2024
    3. Sequelize
  • Secure Coding - Prevention Over Correction.
    2 projects | dev.to | 3 Sep 2024
    For example, in 2019, it was found that the popular Javascript ORM Sequelize was vulnerable to SQL injection attacks.
  • Good Practices Using Node.js + Sequelize with TypeScript
    1 project | dev.to | 26 Jul 2024
    Integrating Node.js, Sequelize, and TypeScript allows you to build scalable and maintainable backend applications. By following these best practices, such as setting up your project correctly, defining models with type safety, creating typed Express routes, and implementing proper error handling, you can enhance your development workflow and produce higher-quality code. Remember to keep your dependencies up-to-date and explore Sequelize's advanced features for even more efficient database operations.
  • Security Best Practices for Your Node.js Application
    5 projects | dev.to | 17 Jul 2024
    If your application doesn't necessitate raw SQL/NoSQL, opt for Object-Relational Mappers (ORMs) like Sequelize or Object-Document Mappers (ODMs) like Mongoose for database queries. They feature built-in protection against injection attacks, such as parameterized queries, automatic escaping, and schema validation, and adhere to some security best practices.
  • Full Stack Web Development Concept map
    11 projects | dev.to | 23 Mar 2024
    Sequelize - modern Typescript and NodeJS ORM for Oracle, Postgres, MySQL, MariaDB, SQLite, SQL Server+docs
  • NodeJS Security Best Practices
    11 projects | dev.to | 19 Feb 2024
    If you use Sequalize, TypeORM or for MongoDB, we have Mongoose these types of ORM tools, then you are safe by default because these help us against the SQL query injection attacks by default.
  • How to Build & Deploy Scalable Microservices with NodeJS, TypeScript and Docker || A Comprehesive Guide
    13 projects | dev.to | 25 Jan 2024
    Our orders microservice will have its own set of teachnologies just like we earlier plotted that is mysql database and sequelize orm. MySQL is an open-source relational database management system (RDBMS) that is widely used for building web applications and managing data. It is a popular choice for many developers and organizations due to its performance, reliability, and ease of use. Sequelize is a popular Object-Relational Mapping (ORM) library for Node.js. It provides a way to interact with relational databases like MySQL, PostgreSQL, SQLite, and MSSQL using JavaScript or TypeScript. It simplifies database operations by allowing developers to use JavaScript objects to represent database tables and records, instead of writing raw SQL queries. In this microservice, we will use it to query our MySQL database.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more โ†’

Stats

Basic Sequelize repo stats
96
30,036
9.8
6 days ago

sequelize/sequelize is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Sequelize is TypeScript.


Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?