An open API service indexing awesome lists of open source software.

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.

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
```