Skip to main content
BotMux uses SQLite with WAL mode. The database is created automatically on first run with automatic schema migrations.

Tables

Database File

Default: botdata.db in the working directory. Override with -db flag. Demo mode uses a separate demo.db.

Migrations

Schema migrations run automatically on startup. No manual migration steps needed.