We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa7e36 commit 543e7dbCopy full SHA for 543e7db
1 file changed
README.md
@@ -86,7 +86,7 @@ let client = PostgresClient(
86
backgroundLogger: logger
87
)
88
89
-let database = PostgresDatabaseClient(
+let database = DatabaseClientPostgres(
90
client: client,
91
logger: logger
92
0 commit comments