Skip to content

nrudenko/LikeOrm

Repository files navigation

LikeOrm

Simple orm like lib for android

For implementation see LikeOrmExample.

Main points:

  • "database" model should be annotated by @Table

  • extend Database helper from com.github.nrudenko.orm.BaseSQLiteOpenHelper and fill method appendSchemas() with your db entities clases

  • install plugin OrmGeneratorPlugin.jar which will generate schemas for your db entities

......

About

Simple orm like lib for android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages