Y
Hacker News
new
|
ask
|
show
|
jobs
by
vivekseth
2137 days ago
Not mentioned in the article, but the author also built psychopg2 (
https://www.varrazzo.com/software/
)
2 comments
nojs
2137 days ago
Thank you, that explains the willingness to entirely ditch the migrations framework in favour of raw sql!
link
jimhefferon
2137 days ago
Thank you. Relevant.
link
giancarlostoro
2137 days ago
For those who do not know Django uses said library for PostgresSQL support. Mind you, if you don't like Django's ORM, you don't have to use it.
link
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.
link
giancarlostoro
2136 days ago
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).
link
szatkus
2136 days ago
Yes, it's the most popular driver for PostgreSQL in Python.
link