firenze alternatives and similar modules
Based on the "ODM / ORM" category.
Alternatively, view firenze alternatives based on common mentions on social networks and blogs.
-
TypeORM
Data-Mapper ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases. Works in Node.js and Browser. -
SheetJS js-xlsx
๐ SheetJS Community Edition -- Spreadsheet Parser and Writer -
Bookshelf
ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js. -
Objection.js
Lightweight ORM built on the SQL query builder Knex. -
Waterline
Datastore-agnostic tool that dramatically simplifies interaction with one or more databases. -
orm2
ORM for PostgreSQL, MariaDB, MySQL, Amazon Redshift, SQLite, MongoDB. -
MikroORM
TypeScript ORM based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, PostgreSQL, MySQL and SQLite. -
slonik
PostgreSQL client with strict types, detailed logging and assertions. -
Iridium
A high performance MongoDB ORM with support for promises, distributed caching, preprocessing, validation and plugins. -
OpenRecord
ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord. -
@Sugoi\orm
Easy integration ORM kit, Includes validation, lifecycle hooks and decorators. -
@Sugoi\mongoDB
Easy integration MongoDB ORM kit. Includes validation, lifecycle hooks and decorators.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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.