currentDb
The currently active database, built lazily on first access. Room's onOpen callback is itself lazy (not invoked until the first query), so construction only allocates the builder and connection pool — actual I/O is deferred.
The currently active database, built lazily on first access. Room's onOpen callback is itself lazy (not invoked until the first query), so construction only allocates the builder and connection pool — actual I/O is deferred.