A new release of the Swift toolkit for SQLite databases.
What's Changed
-
BREAKING CHANGE: Simplify the compiler checks for the availability of SQLite snapshots by @groue in https://github.com/groue/GRDB.swift/pull/1826
This change aims at easing Linux and Android compatibility.
The library requirements are raised to Swift 6.1+, Xcode 16.3+.
-
**BREAKING CHANG...