Skip to content

Implementation of a simple relational database using C++17

Notifications You must be signed in to change notification settings

UmarAhmed/nizamDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a lightweight database implementation (in progress)

Will support these SQL queries:

  • CREATE TABLE
  • INSERT
  • SELECT cols FROM table WHERE cond

The backend of the database is a generic B+ Tree

TODO:

  • bulk loading function
  • add a better printing function?
  • might want to keep track of min and max key

About

Implementation of a simple relational database using C++17

Resources

Stars

Watchers

Forks

Languages