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
Hi,
I have a question, say, I connect to libzdb connection pool (connecting to a Postgresql database), and execute a query, do I have a way to retreive the native result, ie. pqxx::result from libzdb ResultSet?
Thanks in advance,
Vicki
>