Indexes
public struct Indexes: Fn
Returns a native reference to indexes. This allows for example, paginate over all indexes in a database.
-
Declaration
Swift
public init(scope: Expr? = nil)Parameters
scopethe scope database.
Indexes Struct Reference