An open API service indexing awesome lists of open source software.

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

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

![sqlite architecture ](https://cstack.github.io/db_tutorial/assets/images/arch2.gif)