Structuregrdb 7.3.0GRDB
AnyDatabaseRegionConvertible
A type-erased DatabaseRegionConvertible
struct AnyDatabaseRegionConvertible
A type-erased DatabaseRegionConvertible
struct AnyDatabaseRegionConvertible
import GRDB
A toolkit for SQLite databases, with a focus on application development
protocol DatabaseRegionConvertible : Sendable
A type that operates on a specific DatabaseRegion
.
protocol Sendable
init(_ region: some DatabaseRegionConvertible)
init(_ region: @escaping (Database) throws -> DatabaseRegion)
func databaseRegion(_ db: Database) throws -> DatabaseRegion