Commit f72f4f3
authored
Use the C implementation of psycopg (#210)
The `psycopg` package defaults to a pure Python implementation.
To opt into the faster C implementation, one has to use the `c` extra.
This differs from the `psycopg2` package (which contrary to the what
the name suggests, is the older package), where the base package
included the C implementation.
See:
https://www.psycopg.org/psycopg3/docs/basic/install.html#local-installation
https://www.psycopg.org/psycopg3/docs/api/pq.html#pq-impl
GUS-W-14292989.1 parent 803078e commit f72f4f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
0 commit comments