v0.2.0
New features
- Added
QueryByProperties
trait that enables to query the model by a specific property value. It only returns models that matches the exact value. - Implemented
QueryByProperties
forSQLite3
Changes
- The
custom
method has been updated. Calling it now requires an anonymous type as second generic parameter. - The example for
SQLite3
has been updated.
Removals and deprecations
None