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
- Host: GitHub
- URL: https://github.com/leny/miwa
- Owner: leny
- Created: 2016-11-01T10:04:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T11:17:05.000Z (over 9 years ago)
- Last Synced: 2025-10-11T02:05:31.001Z (10 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.