We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50bb44 commit 8aad875Copy full SHA for 8aad875
docs/getting_started.md
@@ -64,7 +64,14 @@ EthoPy relies on a database for experiment configuration and data logging. If th
64
"database.user": "root",
65
"database.password": "your_password",
66
"database.port": 3306
67
- }
+ },
68
+ "SCHEMATA": {
69
+ "experiment": "lab_experiments",
70
+ "stimulus": "lab_stimuli",
71
+ "behavior": "lab_behavior",
72
+ "recording": "lab_recordings",
73
+ "mice": "lab_mice"
74
+ }
75
}
76
```
77
0 commit comments