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 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T09:12:33.000Z (about 1 year ago)
- Last Synced: 2025-01-22T17:46:53.919Z (3 months 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