Caqti1_driver_postgresqlSourcePostgreSQL driver for Caqti (bindings).
This driver is implemented in terms of the postgrsql OPAM package which provides bindings for the PostgreSQL C client library.
It handles URIs of the form
postgresql://<user>:<password>@<host>:<port>/<rest>which are passed verbatim to Postgresql.connection, and URIs of the form postgresq:/<query> which are first split into <key> = '<value>' form.