Skip to content

v0.2.0

Compare
Choose a tag to compare
@emirror-de emirror-de released this 11 Sep 11:30
· 80 commits to main since this release

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 for SQLite3

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