8 ms·
Not mentioned in the article, but the author also built psychopg2 (https://www.varrazzo.com/software/ https://www.varrazzo.com/software/)
by vivekseth 6y ago
Not mentioned in the article, but the author also built psychopg2 (https://www.varrazzo.com/software/ https://www.varrazzo.com/software/)
- jimhefferon 6y agoThank you. Relevant.
- giancarlostoro 6y agoFor 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 6y agoIsn't it the standard Python library for PostgreSQL? A co-worker just installed it for some work having nothing to do with Django.
- szatkus 6y agoYes, it's the most popular driver for PostgreSQL in Python.
- giancarlostoro 6y agoIt'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).
- nojs 6y agoThank you, that explains the willingness to entirely ditch the migrations framework in favour of raw sql!