English | 中文
Duckling is a lightweight desktop application built using Tauri, designed for quickly browsing parquet
/csv
file data and various databases.
It supports DuckDB/SQLite, and Experimental support is provided for the following databases(Not a lot of testing):
- PostgreSQL
- MySQL
- Clickhouse (please note that only Native Protocol port is supported, usually
9000
) - Doris/StarRocks(MySQL protocol, usually use
9030
port)
Note: The current objective of this project is not to develop a fully functional database management tool, but rather to facilitate quick browsing of various types of data.
From releases page to download the latest installation package, for installation.
For Windows platform, you can download and install Webview2 offline if you cannot install Webview2 due to network problems.
Open the data folder or *.duckdb
file.
If bundled
fails to build, download the libduckdb releases file for platform and version
in the duckdb releases page(e.g. libduckdb-windows-amd64.zip), unzip to ./src-tauri
folder.