Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://cstack.github.io/db_tutorial/
Writing a sqlite clone from scratch in C
https://cstack.github.io/db_tutorial/
database
Last synced: 7 days ago
JSON representation
Writing a sqlite clone from scratch in C
- Host: GitHub
- URL: https://cstack.github.io/db_tutorial/
- Owner: cstack
- License: mit
- Created: 2017-08-31T17:56:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T14:18:06.000Z (8 months ago)
- Last Synced: 2024-10-29T15:11:25.015Z (10 days ago)
- Topics: database
- Language: C
- Homepage: https://cstack.github.io/db_tutorial
- Size: 1.09 MB
- Stars: 9,526
- Watchers: 213
- Forks: 967
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-distributed-system-projects - Writing a sqlite clone from scratch in C
- awesome-database-learning - Let's Build a Simple Database
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
```