Skip to content

[RETIRED] Simple yet powerful and lightweight ORM library for Android

License

Notifications You must be signed in to change notification settings

LivotovLabs/SORM

Repository files navigation

Retirement Notice

This project is retired and no longer maintained. I'm proud the SORM was the very first Hibernate-like ORM library for Android, simple, without boilerplate code and performant enough. It saved a lot of time and lines of code for me and other devs. But now we have better tools from built-in Room to NoSQL ones such as ObjectBox and Realm.

SORM

Simple yet powerful and lightweight ORM library for Android. It was initially developed for internal projects to make our life a bit easier, but lately we decided to publish it for everyone.

Status

We're currently in process with the new (2.0) major version of this library. Once ready, it will be available here with all the documentation and samples.

For version 1.0 please see the bundled demo app as a reference.

  • Current version: Download

Get It

  • Maven repository: jCenter
  • Group: eu.livotov.labs.android
  • Artifact ID: sorm
compile ('eu.livotov.labs.android:sorm:1.0.0@aar') {transitive=true}

Usage

Usage is very straightforward: create entities, annotate, use. Please see the bundled demo app for initial help

Documentation

Documentation is being written as part of the version 2 development, please stay tuned.

Contribute

Contribution wanted ! Please feel free to share your bugs, feature requests and pull requests of course. The "Issues" section is waiting for you and your pull requests 24/7 :)

About

[RETIRED] Simple yet powerful and lightweight ORM library for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages