https://github.com/abendayan/orm
Lightweight orm
https://github.com/abendayan/orm
cli dao data database database-management javascript mysql node node-js nodejs orm ormius ormius-cli schema
Last synced: 4 months ago
JSON representation
Lightweight orm
- Host: GitHub
- URL: https://github.com/abendayan/orm
- Owner: abendayan
- License: mit
- Created: 2022-02-11T13:01:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T15:38:24.000Z (about 1 year ago)
- Last Synced: 2025-03-27T07:21:29.615Z (about 1 year ago)
- Topics: cli, dao, data, database, database-management, javascript, mysql, node, node-js, nodejs, orm, ormius, ormius-cli, schema
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ormius
Simple lightweight Orm for mysql.
At this point it is a work in progress, it is not yet stable!
There is a lot of orm written for nodejs out there, so why one more? Because I can.
Orm like prisma or sequelize are at this point better to use (If you read this and you want to help come chat!).
This library exist because I wanted to see if I was able to build something like this, and also because I come from rails, and I wanted to build something as easy to use as active record.
At this point, ormius support only mysql.
This repository contains an example project using Ormius, a cli to manage the database/the models and the core code.