Creates a unique index.
static let unique: IndexOptions
s4GRDB12IndexOptionsV6uniqueACvpZ
7KYEW
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct IndexOptions
Index creation options
init(rawValue: Int)
static let ifNotExists: IndexOptions
Only creates the index if it does not already exist.
let rawValue: Int