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