FunDB is a lightweight and simple database implementation created for fun and self-development. It provides a basic set of functionalities to store and retrieve data, making it a great project for learning and experimenting with database concepts. Nothing to see yet :)
- Basic CRUD Operations: FunDB supports basic Create, Read, Update, and Delete operations.
- In-Memory Storage: All data is stored in-memory, making it easy to understand and experiment with.
- User-Friendly Interface: Simple and intuitive API for interacting with the database.
- GoLang 1.21
Clone the repository:
git clone https://github.com/your-username/fundb.git
cd engo-db
make server
./server
Using Db
cd engo-db
make client
./cli INSERT x y
./cli GET x y