Skip to content

meysampg/sqltut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLTut

sqltut

$ ./cmd -h
Usage of ./cmd:
  -db-path string
      Path of the DB file (default "./db")
  -engine string
      Engine to store and query (default "arraylike")

Specs

  • BTree Leaf Node Format leaf node format

  • BTree Internal Node Format internal node format

TODO

  • Change structure to follow this architecture:

    arch2

About

Trying to Implement BTree

Resources

License

Stars

Watchers

Forks