Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1r0s/korm
[DEPRECATED] Lightweight orm with different DB adapters
https://github.com/k1r0s/korm
database orm orm-library ormlite promise sqlite
Last synced: 10 days ago
JSON representation
[DEPRECATED] Lightweight orm with different DB adapters
- Host: GitHub
- URL: https://github.com/k1r0s/korm
- Owner: k1r0s
- Created: 2015-12-31T11:50:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T16:42:53.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T21:32:37.129Z (23 days ago)
- Topics: database, orm, orm-library, ormlite, promise, sqlite
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# korm
lightweight ORM for various SQL engines in nodejs
currently supported: __sqlite__
in progress: __mysql__
### [Docs](../master/docs/api.md)
>FYI ~/test/test-utils.js contains lots of examples