Include Schema in psycopg2 Connection String
Info from https://stackoverflow.com/questions/59298580/how-to-specify-schema-in-psycopg2-connection-method
If you are using the string form you need to URL escape the options argument:
| |
This will connect to localhost to database database_name with public
schema.