Published onMarch 25, 2022How to connect and CRUD on PostgreSQL with Python psycopg2Pythonpostgresqldatabaseshow toquickstartLearn how to connect with PostgreSQL databases with python using psycopg2 library. Quickstart create, delete, update, insert operations on postgresql using Python scripts.
Published onMarch 20, 2022How to connect and CRUD on MySQL with Pythonpythonmysqldatabaseshow toquickstartLearn how to connect mysql with python using mysql-connector-python library. Implement MySQL create, delete, update, insert operations with Python.