A small database engine
disclaimer: this is a university project. Please don't jump to any conclusions when you see poorly designed, poorly tested, feature-deprived, undocumented and/or buggy modules. This is not meant for public use. For educational purposes only.
frog-db
is a DIY table-oriented (not relational) database engine with a modular design.
- 💾 Basic CRUD operations
- 🎆 Store pictures
- ⚙️ Filtering based on column values
- 🛠️ Creating and dropping tables
- ☔ Remove duplicates in tables
- 💿 Dump!
- 💻 Cross-platform!
- ⚡ Fast!
You can read about each module in the docs:
make deamon
make front
docker pull sergeycrisp/frogdb:latest
- Logo created by Victoruler from The Noun Project
- Everything else in this repo - by yours truly