Skip to content

arstercz/db_tutorial

 
 

Repository files navigation

Let's Build a Simple Database

View rendered tutorial (with more details on what this is.)

Notes to myself

Run site locally:

bundle exec jekyll serve

Centos version

we can compile db_centos.c in centos system with the following command:

gcc -o db -std=gnu99 db_centos.c

note: only test in the following system

centos 6.5 - gcc 4.4.7
centos 7.2 - gcc 4.8.5

About

Writing a sqlite clone from scratch in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.2%
  • Ruby 19.5%
  • HTML 5.6%
  • Other 0.7%