Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoff99/sorma2
Simple ORM(Android) based on https://github.com/maskarade/Android-Orma
https://github.com/zoff99/sorma2
generator java orm sqlite
Last synced: about 1 month ago
JSON representation
Simple ORM(Android) based on https://github.com/maskarade/Android-Orma
- Host: GitHub
- URL: https://github.com/zoff99/sorma2
- Owner: zoff99
- License: gpl-3.0
- Created: 2024-04-14T10:39:06.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:47:27.000Z (3 months ago)
- Last Synced: 2024-10-24T23:54:27.285Z (3 months ago)
- Topics: generator, java, orm, sqlite
- Language: Java
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorma2 - Simple ORM(Android)2
It is based on the wonderful https://github.com/maskarade/Android-Orma by [FUJI Goro](https://github.com/gfx)
This is a rewrite in pure java, to generate most stuff you need and then add it to your project
either as a ```.jar file``` or as ```java source```.
You still need to add ```sqlite-jdbc-3.46.1.2.jar``` to your project to use it.
~~sadly [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) project decided that it needs ```slf4j-api jar``` (for no good reason).~~
this was solved by: https://github.com/xerial/sqlite-jdbc/pull/1178
see: https://github.com/xerial/sqlite-jdbc/issues/1094
Any use of this project's code by GitHub Copilot, past or present, is done
without our permission. We do not consent to GitHub's use of this project's
code in Copilot.
No part of this work may be used or reproduced in any manner for the purpose of training artificial intelligence technologies or systems.