build a simple database in C, just like SQLite
step:
make
./simple-db name_you_want
Basic C SQLite project that uses CMake as a build system. Demonstrates the usage of the SQLite C library.