CapraDB
A database I'm building from scratch in Odin to learn how databases actually work under the hood, from pages on disk to query execution. The idea is not to build something production-ready, but rather use it as a learning tool. LLM's make great teachers and the idea here is to use them as a teaching guide while still keeping my coding chops sharp through handcoding.
Originally started in Go, I scrapped the project after a handful of topics, and restarted in Odin. I had been using Odin actively for a little over a year and because I had started using a new programming language for the day job, it felt like too much work to keep another language (Go) in my head as well.
Actively in progress.