Skip to content

Zhou1213CN/db_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db_tutorial

Writing a sqlite clone from scratch in C

Testing with rspec

https://rspec.info/

vim Gemfile source 'https://rubygems.org' gem 'rspec'

bundle install

rspec --init

vim main_spec.rb Put test cases here IO.popen("./xxx", "r+") do |pipe| change xxx with a.out

bundle exec rspec

About

Writing a sqlite clone from scratch in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.4%
  • Ruby 31.6%