https://github.com/paraparata/dumdb
https://github.com/paraparata/dumdb
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paraparata/dumdb
- Owner: paraparata
- Created: 2024-08-05T08:57:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T09:00:33.000Z (almost 2 years ago)
- Last Synced: 2025-07-16T20:49:20.091Z (11 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)