https://github.com/amid68/build-a-simple-database
Writing a sqlite clone from scratch in C
https://github.com/amid68/build-a-simple-database
Last synced: 12 months ago
JSON representation
Writing a sqlite clone from scratch in C
- Host: GitHub
- URL: https://github.com/amid68/build-a-simple-database
- Owner: Amid68
- License: mit
- Created: 2024-09-06T07:39:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:15:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T14:42:06.343Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build-a-Simple-Database
Writing a sqlite clone from scratch in C