Skip to content

dev-xero/sqlitec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLiteC

C implementation of a SQLite clone, with a full REPL mode.

Building

The project uses cmake to compile the source file. Install make if you haven't already.

sudo apt upgrade && sudo apt-get install cmake

Then compiling, make a builds folder to contain the executable

mkdir -p build && cd ./build

Initialize cmake and build

cmake ..
cmake --build .

About

Implementing a database based off of SQLite in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published