Hacker News new | ask | show | jobs
by Chiron1991 981 days ago
That's because psycopg adheres to the DBAPI standard (think of JDBC of the Python world). asyncpg deliberately ignores this standard for huge performance boosts.