Hello!
I'm trying to connect KiCAD to a PostgreSQL database using DSN (under WIN10)
ODBC Driver is installed (connection test is succesfull).
Can you help me fill-in ..kicad_dbl file to connect KiCAD to the database?
At the moment I've tried:
"name": "name of my PostgreSQL database"
....
"type": "odbc",
"username":postgres",
"password":"mypassword",
...
"connection_string":"",
the error is something like:?
Fail to load symbol library. Impossible to connect to database .....
C:\jenkins\workspace (long path....) .....?
Data origin name not found and driver not specified.
Thank you
Paolo