KagozDB is a nosql document based database management system currently in development. It's inspired by MongoDB and Redis. In a KagozDB database, every record is called a document. Currently it stores data in pure text format instead of binary. Every document is stored as an individual file on the disk.
- Create/Delete Databases
- CRUD operations on Database
- Search operations
- ACID transactions
- Store data in binary format