Enumeration Casegrdb 7.3.0GRDB
delete(tableName:)
The deletion of a row in a database table.
case delete(tableName: String)
The deletion of a row in a database table.
case delete(tableName: String)
import GRDB
A toolkit for SQLite databases, with a focus on application development
@frozen enum DatabaseEventKind
A kind of database event.
@frozen struct String
A Unicode string value that is a collection of characters.
case insert(tableName: String)
The insertion of a row in a database table.
case update(tableName: String, columnNames: Set<String>)
The update of a set of columns in a database table.