GRDB.swift v0.8.0 Release Notes

  • ๐Ÿš€ Released August 18, 2015

    ๐Ÿ†• New

    • RowModel.exists(db) returns whether a row model has a matching row in the database.
    • Statement.arguments property gains a public setter.
    • Database.executeMultiStatement(sql) can execute several SQL statements separated by a semi-colon (#6 by peter-ss)

    ๐Ÿ’ฅ Breaking changes

    • โšก๏ธ UpdateStatement.Changes has been renamed DatabaseChanges (#6 by peter-ss).