Skip to content

ctburenski/SQLite-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SQLite Clone

  • Test by running pytest test_main.py .
  • Compile main.c with clang-7 -pthread -lm -o main main.c - currently, will not compile with gcc.

Based on the Let's Build a Simple Database tutorial.

About

A simple SQLite clone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published