Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 206 Bytes

Readme.md

File metadata and controls

14 lines (13 loc) · 206 Bytes

For Running the code:

g++ -std=c++20 -stdlib=libc++ db.cpp -o db && db database_file.db

For Testing:

  1. Install dependencies:
Bundle Install
  1. Running the tests:
rspec test_spec.rb