Building a handmade database engine for academic purposes. All credits to: https://cstack.github.io/db_tutorial/ Compile: gcc bdb.c -o db Run: ./db database_file_name Running the tests: docker-compose run tester rspec specs.rb