https://github.com/varunu28/learndb
LearnDB is an attempt to learn database implementation details
https://github.com/varunu28/learndb
Last synced: about 1 month ago
JSON representation
LearnDB is an attempt to learn database implementation details
- Host: GitHub
- URL: https://github.com/varunu28/learndb
- Owner: varunu28
- Created: 2023-07-30T00:02:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T21:42:45.000Z (about 2 years ago)
- Last Synced: 2024-11-08T19:49:54.591Z (11 months ago)
- Language: C
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learndb
LearnDB is an attempt to learn database implementation details from the tutorial [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/)## How to run?
```
make // builds the executable & output file
make testmake clean // cleans up all the build files and test db
```