Postgresql Embedded | Community
Skip to main content
Level 2
April 8, 2026
Question

Postgresql Embedded

  • April 8, 2026
  • 0 replies
  • 12 views

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