Instance Method
simpleQuery(_:_:)
@preconcurrency func simpleQuery(_ string: String, _ onRow: @escaping @Sendable (PostgresRow) throws -> ()) -> EventLoopFuture<Void>
Instance Method
@preconcurrency func simpleQuery(_ string: String, _ onRow: @escaping @Sendable (PostgresRow) throws -> ()) -> EventLoopFuture<Void>