We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b109d9 commit e0b3341Copy full SHA for e0b3341
Sources/NIOPostgres/Connection/PostgresDatabase.swift
@@ -1,3 +1,4 @@
1
+#warning("TODO: make this protocol more general, not depend on PostgresRequestHandler")
2
public protocol PostgresDatabase {
3
var eventLoop: EventLoop { get }
4
func send(_ request: PostgresRequestHandler) -> EventLoopFuture<Void>
0 commit comments