Sometimes, you need to store more complex data in your app than just simple key/value pairs saved with a text file or Shared Preferences. Databases are ideal for storing complex data structures and ...
You get the ergonomics of an ORM without losing SQL. Everything is plain Java, strongly‑typed, and optimized for Android (WAL, PRAGMA tuning, bounded executors, reflection caches). Builders compile to ...