Skip to content

A small SQLite clone project that helps me learn how a database system works from the bottom up.

Notifications You must be signed in to change notification settings

srii5477/MiniDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniDB - An SQLite Clone implemented entirely in C

This is my effort to learn and understand the workings of a database system under the hood. I have a DBMS course this semester and learning about the various components of a DBMS and design choices that were made while designing a DBMS has really fascinated me. I want to know how to implement the theoretical concepts that I learnt in code.

Tutorial: https://cstack.github.io/db_tutorial/parts/part1.html

DBMS Picture

About

A small SQLite clone project that helps me learn how a database system works from the bottom up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages