Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.