An open API service indexing awesome lists of open source software.

https://github.com/leny/miwa

Dynamic ORM for node.js
https://github.com/leny/miwa

Last synced: 5 months ago
JSON representation

Dynamic ORM for node.js

Awesome Lists containing this project

README

          

# miwa

> Dynamic ORM for node.js

* * *

> **NOTE:** **miwa** is, for now, a big _work in progress_.

* * *

**miwa** is an ORM for `node.js`. But a dynamic ORM : based on the structure of the database, **miwa** creates `classes`, `methods` and `properties` to manipulate data in the code.

I think the database should be the only responsible for its structure.

**miwa** is adapted from [leny/zewo](http://github.com/leny/zewo), an old PHP project based on the same idea.

I plan to support MySQL, SQLite & postgresQL.