Skip to content

Commit fa60eaa

Browse files
authored
Add limits of libpq (#142)
1 parent 62c8933 commit fa60eaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ You can use the driver with [SQLDelight](https://github.com/cashapp/sqldelight),
66

77
- [Source code](https://github.com/hfhbd/postgres-native-sqldelight)
88

9+
> 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).
10+
911
## Install
1012

1113
You need `libpq` installed and available in your `$PATH`.

0 commit comments

Comments
 (0)