Skip to content

iskandarem/sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite

Implementation of sqlite in C++

build and run

Make sure you have installed:

  1. clone the repo
    git clone https://github.com/iskandarem/sqlite.git
    cd ./sqlite
    
  2. Create build directory (to keep files separate from source )
    mkdir build 
    cd build 
  3. Run CMake to configure the project
    cmake ..
  4. Build the project
    make 
  5. run the project
    ./sqlite
    

Contributors

iskandarem
Iskandar Emomzoda

About

Implementation of sqlite in cpp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •