Added Sequel ORM for database handling; added navbar

This commit is contained in:
2023-07-05 18:04:31 -04:00
parent 6f680e72e5
commit 6c1c8bca0a
16 changed files with 122 additions and 4 deletions

5
src/models/benchmark.rb Normal file
View File

@ -0,0 +1,5 @@
class Benchmark < Sequel::Model
one_to_many :results
end