https://github.com/mgunawardhana/python_postgres_crud
This project demonstrates a basic CRUD (Create, Read, Update, Delete) application using Python and PostgreSQL. It showcases how to interact with a PostgreSQL database through Python using SQL queries for managing records efficiently. Ideal for beginners looking to learn database management and Python integration with PostgreSQL.
https://github.com/mgunawardhana/python_postgres_crud
crud-application postgresql python research-and-development rest-api
Last synced: about 1 month ago
JSON representation
This project demonstrates a basic CRUD (Create, Read, Update, Delete) application using Python and PostgreSQL. It showcases how to interact with a PostgreSQL database through Python using SQL queries for managing records efficiently. Ideal for beginners looking to learn database management and Python integration with PostgreSQL.
- Host: GitHub
- URL: https://github.com/mgunawardhana/python_postgres_crud
- Owner: mgunawardhana
- Created: 2024-10-15T10:20:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-15T11:39:09.000Z (over 1 year ago)
- Last Synced: 2025-03-19T20:57:53.752Z (over 1 year ago)
- Topics: crud-application, postgresql, python, research-and-development, rest-api
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python & PostgreSQL CRUD Application
This project is a simple CRUD (Create, Read, Update, Delete) application built with Python and PostgreSQL. It demonstrates how to interact with a PostgreSQL database for managing records.
## Features
- **Create**: Add new records to the database.
- **Read**: Retrieve and display records from the database.
- **Update**: Modify existing records in the database.
- **Delete**: Remove records from the database.
## Installation
1. **Clone the repository**:
```bash
https://github.com/mGunawardhana/Python_Postgres_CRUD.git
```