8000 GitHub - AustinNCC/duckling: A fast viewer for CSV/Parquet files and databases such as DuckDB, SQLite, PostgreSQL, MySQL, Clickhouse, etc., base on Tauri
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from l1xnan/duckling

A fast viewer for CSV/Parquet files and databases such as DuckDB, SQLite, PostgreSQL, MySQL, Clickhouse, etc., base on Tauri

License

Notifications You must be signed in to change notification settings

AustinNCC/duckling

 
 

Repository files navigation

⚠️ Actively in Development and currently unstable ⚠️

Duckling

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.

Installation

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.

Usage

Open the data folder or *.duckdb file.

screenshot-dark

screenshot

Development

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.

About

A fast viewer for CSV/Parquet files and databases such as DuckDB, SQLite, PostgreSQL, MySQL, Clickhouse, etc., base on Tauri

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.2%
  • CSS 1.2%
  • Other 0.6%
0