Instance Propertygrdb 7.4.0GRDB
adapter
An eventual adapter for rows fetched by the select statement.
var adapter: (any RowAdapter)?
An eventual adapter for rows fetched by the select statement.
var adapter: (any RowAdapter)?
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct PreparedRequest
A PreparedRequest
is a request that is ready to be executed.
protocol RowAdapter : Sendable
A type that helps two incompatible row interfaces working together.
var statement: Statement
A prepared statement with bound parameters.