Instance Propertygrdb 7.3.0GRDB
rawValue
IndexDefinition.swift:11let rawValue: Int
let rawValue: Int
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct IndexOptions
Index creation options
@frozen struct Int
A signed integer value type.
init(rawValue: Int)
static let ifNotExists: IndexOptions
Only creates the index if it does not already exist.
static let unique: IndexOptions
Creates a unique index.