Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 315 Bytes

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