Hello,
I have an H2 database that my qt app (c++) would like to connect to. I understand Qt has postges support in sql database module and according to H2 website
"This database does not come with its own ODBC driver at this time, but it supports the PostgreSQL network protocol.".

I was searching for some sample code but I am out of luck.

Can somebody help me with link and clues on how to do this?

Any help is appreciated much,
baray98