jscalpel-orm is a lightweight JavaScript ORM library for object processing, version 0.2.0. It provides a simple API for mapping JavaScript objects to databases, with a focus on ease of use and minimal configuration. The library is distributed via npm and can be used in ES6 modules or directly in the browser via unpkg. As an early-stage package (v0.2), it may lack features of more mature ORMs like Sequelize or TypeORM, but offers a simpler alternative for small projects. Release cadence is not established yet.
npm install jscalpel-ormNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a User model, creates an instance, saves it, and queries all users.
Pin exact version and test on upgrade.
Use a bundler like Webpack with Babel.
Read the source on GitHub.
Use 'import JscalpelORM from 'jscalpel-orm'' instead of '{ JscalpelORM }'.Ensure script tag is before your script or use import.
Run 'npm install jscalpel-orm --save'.
No dependency data recorded yet.