Ilorm index¶
Welcome to the ilorm documentation! Quick start guide.
Ilorm is a javascript ORM build with modern technologies.
Come here to discover the Ilorm API.
Why a new ORM ?¶
- Use newest feature of ECMAScript (modern javascript).
- Universal database connector (MongoDB, SQL, Redis, REST, CSV...).
- Could create powerful plugin using the "class" inheritance.
Features¶
- Universal connector to bind every kind of database
- Powerful plugin ecosystem
- Query builder
- Data validation
Start with ilorm¶
Advanced subject¶
Resources¶
Connectors¶
- Knex connector (Support MySQL, PostgreSQL, Oracle, Redshift, MariaDB, SQLite ...).
- MongoDB connector
Plugins¶
Work in progress