From 4950f69f2930f2a28e9848c5a58419d55f29b190 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:03:55 +0100 Subject: [PATCH] Add limits of libpq --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a938ad8..fc566cd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ You can use the driver with [SQLDelight](https://github.com/cashapp/sqldelight), - [Source code](https://github.com/hfhbd/postgres-native-sqldelight) +> Keep in mind, until now, this is only a single-threaded wrapper over libpq using 1 connection only. There is no connection pool nor multithread support (like JDBC or R2DBC). + ## Install You need `libpq` installed and available in your `$PATH`.