3.0.0-beta2
Pre-release
Pre-release
- Support for
SQLCipher
database encryption out of the box via a new moduledbflow-sqlcipher
! - Rewrote underlying model loading mechanism via
ModelLoader
, which can be overwritten on a table-by-table basis allowing you to further customize the conversion from databaseCursor
data intoModel
(if needed). Also this removes runtime checking whether object is cacheable or not, for a slight performance improvement. - Renamed
queryClose()
toexecute()
- A bevy of bug fixes
- Merged
OperationalMethod
intoMethod
with logic so it works consistently and as expected.