Static Propertygrdb 7.2.0GRDB
ifNotExists
Only creates the table if it does not already exist.
static let ifNotExists: TableOptions
Only creates the table if it does not already exist.
static let ifNotExists: TableOptions
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct TableOptions
Table creation options.
init(rawValue: Int)
static let strict: TableOptions
Creates a STRICT table.
static let temporary: TableOptions
Creates a temporary table.
static let withoutRowID: TableOptions
Creates a WITHOUT ROWID
table.
let rawValue: Int