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