Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down