-
Notifications
You must be signed in to change notification settings - Fork 12
Samples
Dibyendu Majumdar edited this page Jul 18, 2015
·
1 revision
Following sample applications are available in the version control repository:
SimpleDBM-TypeSystem: Provides a simple type system for use with SimpleDBM.
SimpleDBM-Database: Provides a high level API for SimpleDBM. Uses SimpleDBM-TypeSystem and supports a simple data dictionary.
BTreeDemo: Demonstrates B-Tree manipulation and shows page modifications by dumping pages on screen. Allows interactions between two threads which is useful for checking various concurrency situations.
TupleDemo: Demonstrates creating and maintaining a table with two indexes.