Skip to content

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.sql

DuckDB

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/zequel

MySQL

mysql://zequel:zequel@localhost:33061/zequel

MariaDB

mariadb://zequel:zequel@localhost:33070/zequel

MongoDB

mongodb://zequel:zequel@localhost:27018/zequel?authSource=admin

Redis

redis://:zequel@localhost:63790

ClickHouse

clickhouse://zequel:zequel@localhost:18123/zequel

SQL Server

mssql://sa:Zequel123!@localhost:14330/zequel

Released under the Elastic License 2.0.