Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 516 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 516 Bytes

petitdb

This is a program package to learn the algorithms and data structures for database management system. Now this package includes functions for heapfile and static hashfile.

Please refer sample codes to learn how to use.

[Limitation]

  • The database fixes the schema of the records. The record includes a string attribute "name" (16bytes) and a integer attribute "age" (2bytes).

[How to compile]

% make

[How to use sample codes]

% cd samples

% make

run the executable files