From 615a021228de043765c00ce3cf5c5fb2e6cea129 Mon Sep 17 00:00:00 2001 From: Sion Kang <31057849+Yaminyam@users.noreply.github.com> Date: Wed, 5 Oct 2022 08:52:09 +0900 Subject: [PATCH] Update 102-sequelize.md (#1950) --- .../110-nodejs-databases/100-relational/102-sequelize.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/110-nodejs-databases/100-relational/102-sequelize.md b/content/roadmaps/107-nodejs/content/110-nodejs-databases/100-relational/102-sequelize.md index 1e6b8b02a..285d74871 100644 --- a/content/roadmaps/107-nodejs/content/110-nodejs-databases/100-relational/102-sequelize.md +++ b/content/roadmaps/107-nodejs/content/110-nodejs-databases/100-relational/102-sequelize.md @@ -1 +1,6 @@ -# Sequelize \ No newline at end of file +# Sequelize + +Sequelize is a modern TypeScript and Node.js ORM for Oracle, Postgres, MySQL, MariaDB, SQLite and SQL Server, and more. Featuring solid transaction support, relations, eager and lazy loading, read replication and more. + +Free Content +Sequelize Website