Skip to content

AnthonyBotticchio/c-sqlite-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C SQLite Clone

This project was undertaken for my own learning and educational purposes.

Building the Executable

This project features the use of CMakePresets.txt. A feature introduced by Kitware to wrap common configure and build CLI commands into workflows which can be invoked with cmake --workflow ${presetName}.

Presets available:

  • ninja-release
  • ninja-debug
  • mingw
  • unix

Build with:

cmake --workflow ninja-release

Run with:

./build/ninja/release/database/c-sqlite-clone database.bin

Where database.bin is the binary file where the database will dump the serialized memory after exiting with .exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published