Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vivekseth
on Aug 6, 2020
|
parent
|
context
|
favorite
| on:
Surviving Django, if you care about databases
Not mentioned in the article, but the author also built psychopg2 (
https://www.varrazzo.com/software/
)
nojs
on Aug 6, 2020
|
next
[–]
Thank you, that explains the willingness to entirely ditch the migrations framework in favour of raw sql!
jimhefferon
on Aug 6, 2020
|
prev
[–]
Thank you. Relevant.
giancarlostoro
on Aug 6, 2020
|
parent
[–]
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.
cafard
on Aug 7, 2020
|
root
|
parent
[–]
Isn't it the standard Python library for PostgreSQL? A co-worker just installed it for some work having nothing to do with Django.
giancarlostoro
on Aug 7, 2020
|
root
|
parent
|
next
[–]
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).
szatkus
on Aug 7, 2020
|
root
|
parent
|
prev
[–]
Yes, it's the most popular driver for PostgreSQL in Python.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: