Hacker News new | ask | show | jobs
by thesuperbigfrog 526 days ago
Did you try the tutorial in the Postgresql documentation?

https://www.postgresql.org/docs/current/tutorial.html

The psycopgb library is an easy way to use a Postgresql database from Python:

https://www.psycopg.org/psycopg3/docs/

2 comments

Thanks, I didn't originally see this. This helps a lot.
pg8000 is a pure python postgres library, should op require that