/node-SQL-ORM

Primary LanguageJavaScript

Node + Sequelize

Using Sequelize ORM and SQLite for simple Movie database CRUD application. ORM stands for object-relational mapping, Sequelize ORM is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more (from Sequelize website).

SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.