eygraber
02/21/2025, 9:05 PMSupportSQLiteHelper.Callback
so that the onCreated
/ onOpen
callbacks would be deferred to the first time getWriteableDatabase
is called.
Since I can't hook into that architecture with the androidx.sqlite library, would there be any issue replicating it in SqlDriver
using newTransaction
, execute
, and executeQuery
as potential invokers of the callbacks?eygraber
02/21/2025, 10:11 PM