Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paraparata/dumdb


https://github.com/paraparata/dumdb

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# dumdb

A playground for me to learn C by building simple database engine.

Notes: [notes/C](https://paraparata.dev/notes/C)

Reference:

- [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/)
- [ansi colored char in terminal](https://stackoverflow.com/questions/3219393/stdlib-and-colored-output-in-c)