Question
Postgresql Embedded
Is the Embedded feature of the Postgresql db deprecated. I’m table about the ?FLATTEN that enable access to metadata tables.
conn = psycopg2.connect(f"sslmode=require host={hostname} port=5432 dbname={database}?FLATTEN user={user} password={password}")
This doesn’t seem to work anymore.
Any clue