sqlbrite v0.8.0 Release Notes

Release Date: 2016-10-21 // over 7 years ago
    • New: A Transformer<Query, Query> can be supplied which is applied to each returned observable.
    • New: newNonExclusiveTransaction() starts transactions in IMMEDIATE mode. See the platform or SQLite documentation for more information.
    • New: APIs for insert/update/delete which allow providing a compiled SQLiteStatement.