GRDB.swift v0.68.0 Release Notes

  • ๐Ÿš€ Released May 28, 2016

    ๐Ÿ†• New

    ๐Ÿš€ This release provides tools for your custom persistence mechanisms that don't use the built-in Persistable protocol, and addresses issue #60.

    • ๐Ÿ“š Database.primaryKey(tableName) lets you introspect a table's primary key (documentation).
    • ๐Ÿ“š Database.cachedSelectStatement(sql) and Database.cachedUpdateStatement(sql) provide robust caching of prepared statements (documentation)