Connection URLs
Connection URLs for the development databases started by Docker Compose. Copy and paste these into Zequel's Import from URL dialog to connect quickly.
SQLite
No Docker needed. The database file is at docker/sqlite/zequel.db. To recreate it:
bash
sqlite3 docker/sqlite/zequel.db < docker/sqlite/init.sqlDuckDB
No Docker needed. DuckDB is a file-based database. Create or open any .duckdb file directly through the connection dialog.
PostgreSQL
postgresql://zequel:zequel@localhost:54320/zequelMySQL
mysql://zequel:zequel@localhost:33061/zequelMariaDB
mariadb://zequel:zequel@localhost:33070/zequelMongoDB
mongodb://zequel:zequel@localhost:27018/zequel?authSource=adminRedis
redis://:zequel@localhost:63790ClickHouse
clickhouse://zequel:zequel@localhost:18123/zequelSQL Server
mssql://sa:Zequel123!@localhost:14330/zequel