https://github.com/h5law/squawk
A SQLite3 reimplementation from scratch in C with zero-dependencies
https://github.com/h5law/squawk
Last synced: 28 days ago
JSON representation
A SQLite3 reimplementation from scratch in C with zero-dependencies
- Host: GitHub
- URL: https://github.com/h5law/squawk
- Owner: h5law
- License: bsd-3-clause
- Created: 2025-09-03T20:45:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-03T21:52:18.000Z (about 1 month ago)
- Last Synced: 2025-09-03T23:31:01.315Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# squawk
A SQLite3 Reimplementation written in Pure C without any dependencies, from
scratch. An ambitious project but one that leaves a lot of possibilities
available to be taken.## SQLite Architecture
