Skip to content

tongpengdl/simple-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ scaffold

  • Build: cmake -S . -B build && cmake --build build
  • Run CLI demo (creates simple.db in cwd): ./build/simpledb_cli
  • Tests: ctest --test-dir build
  • Core layout starts with pager, fixed-size pages, and a slotted page helper for variable-length records.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published