square/sqlbrite

BriteDatabase should expose getWriteableDatabase for use with SQLDelight

burntcookie90 opened this issue · 2 comments

Currently you have to pass your instance of SqlLiteOpenHelper around alongside your BriteDatabase in order to use SQLDelight compiled statements with sqlbrite. It would be much nicer to just pass the BriteDatabase instance and be able to retrieve the database via BriteDatabase#getWriteableDatabase.

Send a PR?