A simple employee database implemented in Python using CSV files for storage.
- Insert, update, delete rows in a CSV table
- Simple pagination for query results
Run the csvdatabase.py
file
Requires CSV module in Python.
This project is licensed under the MIT License - see the LICENSE file for details.