https://github.com/tansen87/dbt
A fast viewer for CSV/Parquet files and DuckDB
https://github.com/tansen87/dbt
csv duckdb parquet tauri
Last synced: 10 months ago
JSON representation
A fast viewer for CSV/Parquet files and DuckDB
- Host: GitHub
- URL: https://github.com/tansen87/dbt
- Owner: tansen87
- License: mit
- Created: 2025-02-03T03:03:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T06:51:10.000Z (10 months ago)
- Last Synced: 2025-06-08T07:28:27.068Z (10 months ago)
- Topics: csv, duckdb, parquet, tauri
- Language: Rust
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ Actively in Development and currently unstable ⚠️
# Duckling
English | [中文](./README.zh.md)
Duckling is a lightweight desktop application built using Tauri, designed for quickly browsing `parquet`/`csv` file data and various databases.
It supports [DuckDB](https://github.com/duckdb/duckdb)/SQLite.
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](https://github.com/tansen87/duckling/releases) page to download the latest installation package, for
installation.
For Windows platform, you can download and [install Webview2 offline](<(https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)>) if you
cannot install Webview2 due to network problems.
## Usage
Open the data folder or `*.duckdb` file.


## Development
If `bundled` fails to build, download the libduckdb releases file for platform and version
in the [duckdb releases](https://github.com/duckdb/duckdb/releases) page(e.g. libduckdb-windows-amd64.zip), unzip to `./src-tauri` folder.