swiftydb v0.9.0 Release Notes

  • โž• Added

    • ๐Ÿ†• New Filter type used to filter queries

    ๐Ÿ”„ Changes

    • ๐Ÿ‘‰ Use the new Filter type to filter queries instead of a Dictionary
      • Filter conforms to DictionaryLiteralConvertible. Therefore it is still possible to define your filters as a Dictionary
    • โšก๏ธ Updated query generation
    • โœ‚ Delete query now binding values in SQLite