Added Sequel ORM for database handling; added navbar
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Result < Sequel::Model
|
||||
|
||||
many_to_one :hardware
|
||||
many_to_one :benchmarks
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user