I have a search engine in c++ that does many different database queries. I would like to maintain a persistent connection that could be used by many different functions. Is this possible using libpq++? Any suggestions would really help me out.
Thank you,
Shane