nobuh / phpdb

Trying implementing Simple Database in php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Trying implementing Simple Database in php

License:MIT License


Languages

Language:PHP 82.1%Language:Ruby 17.8%Language:Shell 0.1%