https://github.com/garibisht/psycopg2-in-python
database adapter that allows Python programs to connect to PostgreSQL databases, execute SQL queries, and manage database transactions. Psycopg2 is widely used in Python web development for interacting with PostgreSQL databases
https://github.com/garibisht/psycopg2-in-python
Last synced: about 1 year ago
JSON representation
database adapter that allows Python programs to connect to PostgreSQL databases, execute SQL queries, and manage database transactions. Psycopg2 is widely used in Python web development for interacting with PostgreSQL databases
- Host: GitHub
- URL: https://github.com/garibisht/psycopg2-in-python
- Owner: GariBisht
- Created: 2024-04-23T08:55:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T09:12:33.000Z (about 2 years ago)
- Last Synced: 2025-03-16T05:24:04.739Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psycopg2-in-python
database adapter that allows Python programs to connect to PostgreSQL databases, execute SQL queries, and manage database transactions. Psycopg2 is widely used in Python web development for interacting with PostgreSQL databases