Skip to content

Instance Method

query(_:_:)

Wrapper for query(_:_:_:) which returns the result rows (if any) rather than calling a closure.
func query(_ query: String, _ binds: [SQLiteData] = []) -> EventLoopFuture<[SQLiteRow]>