Skip to content

mtluiz/sql-nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQLnano

To understand more about relational databases, how about we build an aplication based on the SQLite architecture to understand the inner details of how they work and interact with data.

This project tries to answer the question, how a database works?

  • how is data saved?
  • how it's moved?
  • how are primary keys and foreign keys created?
  • how data is moved from memory to disk?

Links

About

Project created to understand how databases work under the hood, based on the book SQLite Database System Design and Implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors