Hi,

I plan to use libzdb for connection pooling, but I am not sure if I can connect to the connection pool using user certificate.

In the document, it specifies how to connect to Postgresql database.

postgresql://localhost:5432/test?user=root&password=swordfish

Can I pass the following:
postgresql://user:secret@localhost
I did not see the options mentioning connecting database using certificates.

http://tildeslash.com/libzdb/api-docs/postgresoptions.html

Thanks very much,
Vicki Ma