Use Sequelize ORM with Node JS Project

Written by programming | Published 2019/10/27
Tech Story Tags: nodejs-programming-language | javascript | sequelize | software-development | object-relational-mapping | latest-tech-stories | nodejs

TLDR Sequelize 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. It is available via npm (or yarn) and can be easily installed via the NodeJS module. It can be used to create a single connection to connect to the database from a single process. Querying is a raw query, and you can use the function sequelize.query.via the TL;DR App

no story

Written by programming | Senior Full Stack
Published by HackerNoon on 2019/10/27