Skip to content

Based on the Architecture of SQLlite, DataForge is a robust and optimal implementation of SQL using B+ trees

Notifications You must be signed in to change notification settings

scion03/DataForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Based on the Architecture of SQLlite, DataForge is a robust and optimal implementation of SQL using B+ trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published