Super basic version

This commit is contained in:
2026-07-27 20:06:15 -06:00
parent 1932ad4f72
commit 7532b938ed
7 changed files with 133 additions and 2 deletions
+5 -2
View File
@@ -10,8 +10,11 @@ default: &default
timeout: 5000
development:
<<: *default
database: storage/development.sqlite3
adapter: sqlite3
max_connections: 5
timeout: 5000
database: storage/anat_proj.db
#readonly: true
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".