agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

Better observing #1712

Closed agrosner closed 3 years ago

agrosner commented 3 years ago
  1. Use a temporary table to track changes to specific tables, inspired by Room, within transactions
  2. update deps: kotlin to 1.4.21, rx to v3, sql cipher to 4.4.2, paging to 2.1.2, annotation to 1.1.0, lifecycle to 2.20
  3. update builds tools ,etc to near latest.
  4. Utilize writeahead logging with JournalMode.
  5. Smal kotlin improvements
  6. Some doc updates