Structuregrdb 7.3.0GRDB
DefaultTransactionClock
The default transaction clock.
struct DefaultTransactionClock
The default transaction clock.
struct DefaultTransactionClock
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct CustomTransactionClock
A custom transaction clock.
protocol Sendable
protocol TransactionClock : Sendable
A type that provides the moment of a transaction.
func now(_ db: Database) throws -> Date
Returns the start date of the current transaction.
static var `default`: Self { get }
Returns the default clock.