Hacker News new | ask | show | jobs
by cafard 2137 days ago
Isn't it the standard Python library for PostgreSQL? A co-worker just installed it for some work having nothing to do with Django.
2 comments

It's the most popular, if you mean standard by that metric then yes, if you mean standard as in built-in to Python, then no (I only mention this because SQLite does come with Python OOTB).
Yes, it's the most popular driver for PostgreSQL in Python.