firenze alternatives and similar modules
Based on the "ODM / ORM" category.
Alternatively, view firenze alternatives based on common mentions on social networks and blogs.
-
SheetJS js-xlsx
๐ SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs -
TypeORM
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms. -
Sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i. -
MikroORM
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases. -
Waterline
An adapter-based ORM for Node.js with support for mysql, mongo, postgres, mssql (SQL Server), and more -
SignalDB
SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries. -
@Sugoi\orm
SugoiJS ORM module typescript based - Simple solution for object handling with predefined lifecycle
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of firenze or a related project?
README
firenze.js
A database agnostic adapter-based object relational mapper (ORM) targetting node.js and the browser.
Visit http://firenze.js.org for documentation.
Key features
- Database agnostic Adapter based architecture
- Intituitive query builder
- Migrations API (with rollback)
- Highly extensible with Behavior pattern for Collections and Models
- Promise based workflow
- Strong and flexible validation system
- CLI support
- API for Transactions for supported adapters
- Footprint of ~40kB minified file
The project is still under active development, and more features are expected to land in future releases.
Installation
With npm:
$ npm install --save firenze
Or Bower:
$ bower install --save firenze
Available adapters
- localStorage (for browser only)
- Memory (works in both node and the browser)
- MySQL
- SQLite 3
Supports v0.2.x:
Available behaviors
Testing
Tests are written with mocha, and can be run via npm:
$ npm test
Thanks
The project couldn't have happened if there weren't other projects to be inspired from. A big thanks goes to these open source projects that directly or indirectly helped make it possible:
License
MIT ยฉ Fahad Ibnay Heylaal
*Note that all licence references and agreements mentioned in the firenze README section above
are relevant to that project's source code only.