https://github.com/cstack/db_tutorial
Writing a sqlite clone from scratch in C
https://github.com/cstack/db_tutorial
database
Last synced: 7 months ago
JSON representation
Writing a sqlite clone from scratch in C
- Host: GitHub
- URL: https://github.com/cstack/db_tutorial
- Owner: cstack
- License: mit
- Created: 2017-08-31T17:56:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T14:18:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T12:41:06.759Z (9 months ago)
- Topics: database
- Language: C
- Homepage: https://cstack.github.io/db_tutorial
- Size: 1.09 MB
- Stars: 9,883
- Watchers: 217
- Forks: 989
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - cstack/db_tutorial - Writing a sqlite clone from scratch in C (C)
- StarryDivineSky - cstack/db_tutorial
README
# Let's Build a Simple Database
[View rendered tutorial](https://cstack.github.io/db_tutorial/) (with more details on what this is.)
## Notes to myself
Run site locally:
```
bundle exec jekyll serve
```