Sequelize – ORM Introduction in Tamil
ORM :
-ORM-Object Relational Mapper
-Layer exists between server and database
-Can query the data with application language without sql
-Creates Objects that map to relational data
-Supported RDBMS – Mysql, MariaDB, SQLite, PostgreSQL
-Sequelize to work with PostgreSQL database
Reference
Sequelize – ORM Introduction in Tamil
ORM Tamil Playlist
Learn TypeOrm on Node.js with MySQL From Scratch in One Video