CodeBrowser / npm / orm
orm@8.0.1
// NodeJS Object-relational mapping
$ npm install orm
downloads/wk
2,823
license
MIT
version
8.0.1
published
Mar 13, 2025
What is orm?
ORM is a Node.js library that provides object-relational mapping for multiple databases including MySQL, PostgreSQL, SQLite, MongoDB, and Redshift. It allows developers to interact with databases using JavaScript objects instead of writing raw SQL queries, reducing boilerplate code and making database operations more intuitive. Developers use it when they need a straightforward way to define models, perform CRUD operations, and manage database relationships without dealing directly with database-specific syntax.
Keywords
#orm #odm #database #mysql #postgres #redshift #sqlite #mongodb
Maintainers
dxg, dresende