{"library":"morphine-orm","type":"library","category":null,"description":"MorphineOrm (v0.7.1) is an original Promise-based ORM for Node.js that generates only simple SQL queries (never nested SELECTs). It supports MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MSSQL, and Oracle. Features include automatic schema synchronization from model definitions, associations (one-to-one, one-to-many, many-to-one), and virtual attributes. Unlike most ORMs, it uses raw SQL conditions after 'where' instead of a proprietary query language, making it both fast and easy to learn. Released under the MIT license, it has a moderate release cadence with recent updates in 2020.","language":"javascript","status":"active","version":"0.7.1","tags":["javascript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install morphine-orm","imports":["import MorphineOrm from 'morphine-orm'","// Models are plain objects, no class import needed.\n// Define models as shown in documentation.","const Dogs = require('./models/Dogs.model')();"]},{"cmd":"yarn add morphine-orm","imports":[]},{"cmd":"pnpm add morphine-orm","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"morphine-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}