About
This project is a lightweight database engine implemented entirely in Bash script. It provides a simple and easy-to-use solution for managing and querying data using basic database operations.
Features
Data Storage: Persistent storage of data in simple text files.
CRUD Operations: Basic support for Create, Read, Update, and Delete operations.
Query Language: Simple query language for retrieving data.