All activity
FiloDB: A lightweight, high-performance relational database written in Go with B+ tree storage, ACID transactions, memory-mapped I/O, and SQL-like commands. Features concurrent reads, aggregate functions, and cross-platform support with zero dependencies.

FiloDB FiloDB-Lightweight Relational Database System
Sharvit Kashikarleft a comment
What started as me wanting to understand how databases actually work turned into a months-long project that I'm genuinely proud of. I'll be completely honest - I relied on a book "Build Your Own Database from Scratch in Go" and studied a bunch of existing codebases to understand the concepts. But here's the thing: I implemented the code myself as a learning exercise, and ended up adding more...

FiloDB FiloDB-Lightweight Relational Database System



