swiftydb v0.8.0 Release Notes

  • โž• Added

    • ๐Ÿ†• New methods for asynchronous queries to the database
    • ๐Ÿ†• New Result type

    ๐Ÿ”„ Changes

    • Queries are no longer throwing
    • All queries use the new Result type for callbacks and return types
      • Allows handling results for sync and async queries to be similar