Closed pboers1988 closed 4 months ago
Is using psycopg[binary] best practice? You'll get a compiled .so of the PostgreSQL code with unknown version. The psycopg author says using a local installation is the preferred method.
psycopg[binary]
.so
closing in favor of #696
Is using
psycopg[binary]
best practice? You'll get a compiled.so
of the PostgreSQL code with unknown version. The psycopg author says using a local installation is the preferred method.