Skip to content
/ MYDB Public

Simple SQLite-like database implementation written in C. It demonstrates fundamental database concepts with an educational focus on how databases work internally.

Notifications You must be signed in to change notification settings

ahmed-226/MYDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyDB

A simple SQLite-like database implementation.

Building

mkdir -p build && cd build
cmake ..
make

About

Simple SQLite-like database implementation written in C. It demonstrates fundamental database concepts with an educational focus on how databases work internally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published