Sequelize - Node.js ORM for Postgres, MySQL, SQLite

added by Robert Greyling
10/9/2014 2:54:56 PM

679 Views

The Sequelize library provides easy access to MySQL, MariaDB, SQLite or PostgreSQL databases by mapping database entries to objects and vice versa. To put it in a nutshell, it's an ORM (Object-Relational-Mapper). The library is written entirely in JavaScript and can be used in the Node.JS environment.


0 comments