Questions tagged [dbflow]

A robust, powerful, and very simple ORM android database library with annotation processing.

About

A robust, powerful, and very simple ORM android database library with annotation processing.

The library is built on speed, performance, and approachability. It not only eliminates most boiler-plate code for dealing with databases, but also provides a powerful and simple API to manage interactions.

Links

92 questions
-1
votes
1 answer

Cant see columns After Android DBFLOW migration

I made a DbFlow migration for my SQLite Db. I added two columns and the build was successful The problem is I cant see those columns anywhere in the User table and i cant insert or read data from them. What could be the problem ? My migration…
henrybbosa
  • 1,139
  • 13
  • 28
-1
votes
1 answer

Android: caching SQLite entities in memory

What approach should I use to minimize disk i/o when reading/writing to SQLite database in Android? Something like ConcurrentHashMap with WeakReferences? Caffeine? GuavaCache? Should I use built-in caches in ORMs like GreenDao, DBFlow, ORMLite? The…
FelisManulus
  • 440
  • 4
  • 18
1 2 3 4 5 6
7