github groue/GRDB.swift v6.19.0
6.19.0

latest releases: v6.29.3, v6.29.2, v6.29.1...
11 months ago
  • New: #1429 by @JhonnyBillM: Allow DatabaseValueConvertible types to customize their database JSON format
  • New: #1436 by @myyra and @groue: JSON functions
  • New: Database has learned to create indexes on expressions, and specify specific collations on indexed columns, with the create(index:on:expressions:options:condition:) method.
  • New: Codable records can specify coding strategies for their Data properties. See #1436 for more information.
  • Documentation Update: A new JSON Support article provides an overview of JSON handling.
  • Documentation Update: The Recommended Practices for Designing Record Types now recommend that record types with an auto-incremented id avoid conforming to the Identifiable protocol.

Don't miss a new GRDB.swift release

NewReleases is sending notifications on new releases.