/phpdb

Trying implementing Simple Database in php

Primary LanguagePHPMIT LicenseMIT

phpdb

Trying implementing https://cstack.github.io/db_tutorial/ in PHP


rspec

create Gemfile

source 'https://rubygems.org'
gem "rspec"

install rspec

bundle config set --local path vendor/bundle
bundle install

test

bundle exec rspec