Freezer
Freezer copied to clipboard
A simple & fluent Android ORM, how can it be easier ? RxJava2 compatible
is it possible to have different db and create new one every day? I save a lot of data in one day and db operation become very slow.
How can use it with an existing database in assets?
Hi ! As the title of the issue say, i created a Model : ``` @Model public class FavoriteSpot { String name; double latitude; double longitude; long timestamp; int used;...
Not working as said #24, it again creates new column
how i can support dagger to add @Inject in the UserEntitiyManger usermanger;
Warning:Supported source version 'RELEASE_7' from annotation processor 'fr.xebia.android.freezer.Processor' less than -source '1.8'
java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase
Cause exception: "android.database.StaleDataException: Attempting to access a closed CursorWindow.Most probable cause: cursor is deactivated prior to calling this method."
my project is code in kotlin,but it dosen't work。 `field visit private`
I also accounted the same issue #17 when access database in multithread . Now I use synchronized for all db manipulations(both read and write) , so that only one thread...