Skip to content

Instance Method

execute(_:_:)

@preconcurrency func execute(_ binds: [PostgresData] = [], _ onRow: @escaping @Sendable (PostgresRow) throws -> ()) -> EventLoopFuture<Void>