This is the basic structure I'm using in an app.
getDatabasePath
will handle any detail on unzip, copy, etc,
index
will do all the usual dirty work, including withDatabase
that won't explode if the database
is missing
WatermelonProvider
to cover original one til the DB is ready
@gabriel-almeida250
Please let us know if you would be able to implement it, I'm also trying to prepopulate data using this method.