Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paraparata/dumdb
https://github.com/paraparata/dumdb
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paraparata/dumdb
- Owner: paraparata
- Created: 2024-08-05T08:57:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T09:00:33.000Z (6 months ago)
- Last Synced: 2024-08-05T10:34:28.297Z (6 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)