Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just-paja/djorm
Django inspired ORM layer for your Node.JS apps
https://github.com/just-paja/djorm
nodejs orm
Last synced: 21 days ago
JSON representation
Django inspired ORM layer for your Node.JS apps
- Host: GitHub
- URL: https://github.com/just-paja/djorm
- Owner: just-paja
- Created: 2021-02-28T21:31:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T22:49:26.000Z (8 months ago)
- Last Synced: 2024-10-20T10:19:44.701Z (26 days ago)
- Topics: nodejs, orm
- Language: JavaScript
- Homepage: https://just-paja.github.io/djorm/
- Size: 5.99 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# `djorm`
An attempt at bringing DJango ORM to Node.js.
# Quick start
* [Installation](./docs/installation.md)
* [First Model](./docs/create-first-model.md)
* [Configuration](./docs/configuration.md)