Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 395 Bytes

Python CSV Database

A simple employee database implemented in Python using CSV files for storage.

Features

  • Insert, update, delete rows in a CSV table
  • Simple pagination for query results

Usage

Run the csvdatabase.py file

Installation

Requires CSV module in Python.

License

This project is licensed under the MIT License - see the LICENSE file for details.