Database Configuration
SQLite (Primary)
Myrm uses SQLite as the primary database. No additional setup needed for basic usage. Data is stored at./data/myrm.db by default. Configure with DATABASE_URL.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure SQLite and Qdrant for data storage.
./data/myrm.db by default. Configure with DATABASE_URL.
QDRANT_URL=http://your-qdrant-host:6333
# SQLite backup
cp ./data/myrm.db ./backups/myrm-$(date +%Y%m%d).db
# Qdrant snapshot
curl -X POST http://localhost:6333/collections/myrm/snapshots