* Validate sqlite database on startup and move away if corruption is detected. * do not switch context in test -- its all sync
4 lines
95 B
Python
4 lines
95 B
Python
"""Recorder constants."""
|
|
|
|
DATA_INSTANCE = "recorder_instance"
|
|
SQLITE_URL_PREFIX = "sqlite://"
|