For Running the code: g++ -std=c++20 -stdlib=libc++ db.cpp -o db && db database_file.db For Testing: Install dependencies: Bundle Install Running the tests: rspec test_spec.rb