Skip to content

brycegallo/C-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-SQLite

A clone of SQLite written in C Written by following https://cstack.github.io/db_tutorial/

Basic Representation of Architecture:

[Core] Interface ↓ SQL Command Processor ↓ [SQL Compiler] Tokenizer -> Parser -> Code Generator ↓ Virtual Machine ↓ [Backend] B-Tree ↓ Pager ↓ OS Interface

About

a clone of SQLite written in C

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors