COMMITS
/ db.c October 9, 2017
C
Split leaf node and create new root.
Connor Stack committed
October 6, 2017
C
Use NODE_TYPE_OFFSET
Connor Stack committed
October 1, 2017
C
Store keys in sorted order. Error on duplicate key.
Connor Stack committed
C
Fix typo in comment
Connor Stack committed
September 26, 2017
C
Part 8 edits
Connor Stack committed
September 18, 2017
C
Convert table to a single-leaf-node btree
Connor Stack committed
September 11, 2017
C
Cursor abstraction
Connor Stack committed
September 3, 2017
C
Persist to file and load from it again.
Connor Stack committed
September 2, 2017
C
Tests and bug fixes
Connor Stack committed
C
Edits to article and code.
Connor Stack committed
September 1, 2017
C
Implement insert and select on in-memory database.
Connor Stack committed
C
Parse 'select' and 'insert'.
Connor Stack committed
August 31, 2017
C
Make code match tutorial.
Connor Stack committed
C
Open database file and read user input.
Connor Stack committed