Skip to content

Commit e0b3341

Browse files
committed
add psql database note
1 parent 4b109d9 commit e0b3341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/NIOPostgres/Connection/PostgresDatabase.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#warning("TODO: make this protocol more general, not depend on PostgresRequestHandler")
12
public protocol PostgresDatabase {
23
var eventLoop: EventLoop { get }
34
func send(_ request: PostgresRequestHandler) -> EventLoopFuture<Void>

0 commit comments

Comments
 (0)