Skip to content

Instance Method

prepare(query:handler:)

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