Instance Method
prepare(query:handler:)
@preconcurrency func prepare(query: String, handler: @escaping @Sendable (PreparedQuery) -> EventLoopFuture<[[PostgresRow]]>) -> EventLoopFuture<[[PostgresRow]]>
Instance Method
@preconcurrency func prepare(query: String, handler: @escaping @Sendable (PreparedQuery) -> EventLoopFuture<[[PostgresRow]]>) -> EventLoopFuture<[[PostgresRow]]>