Skip to content

chiemi627/petitdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages