A simple JavaScript ORM for SQL Server built on seriate. Version 1.1.7 is the current stable release. It provides basic ORM functionality for SQL Server databases, with a focus on ease of use. The library is not actively maintained and has limited documentation. It is suitable for simple projects requiring quick setup with SQL Server.
npm install emu-ormNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Model for Users table and retrieves a record by ID using Promises.
Consider migrating to a more actively maintained ORM like Sequelize or TypeORM.
Install seriate and configure connection as per seriate docs.
Run npm install seriate
Use require('emu-orm').Model instead of import.