Added eloquent and phinx to project to handle database interactions and migrations; added Result model for storing benchmark results
This commit is contained in:
6
conf/defaults.json
Normal file
6
conf/defaults.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"database": {
|
||||
"driver": "sqlite",
|
||||
"database": "./data/colossus.db"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user