Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cstack/db_tutorial
Writing a sqlite clone from scratch in C
https://github.com/cstack/db_tutorial
database
Last synced: 4 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T14:18:06.000Z (11 months ago)
- Last Synced: 2025-01-08T17:12:39.168Z (11 days ago)
- Topics: database
- Language: C
- Homepage: https://cstack.github.io/db_tutorial
- Size: 1.09 MB
- Stars: 9,699
- Watchers: 216
- Forks: 980
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - db_tutorial - Writing a sqlite clone from scratch in C (C)
- 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
```