|
|
|
|
|
by uranusjr
1263 days ago
|
|
pg-native is a good example actually. Its readme lines out how you need to first get a compiler, libpq, and have some certain commands in your PATH. With psycopg2 (Python’s equivalent), the most common scenario is ‘pip install paycopg2-binary’ and you’re good to go. |
|
* Back when I used this, there was just psycopg2 which had the bin included.