https://github.com/nishanth-saka/duckdb-browser-standalone
DuckDB In-Browser GUI
https://github.com/nishanth-saka/duckdb-browser-standalone
browser csv-files duckdb html tabulation wasm
Last synced: about 2 months ago
JSON representation
DuckDB In-Browser GUI
- Host: GitHub
- URL: https://github.com/nishanth-saka/duckdb-browser-standalone
- Owner: nishanth-saka
- License: mit
- Created: 2025-04-10T07:35:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T06:26:29.000Z (about 1 year ago)
- Last Synced: 2025-04-14T20:19:26.605Z (about 1 year ago)
- Topics: browser, csv-files, duckdb, html, tabulation, wasm
- Language: HTML
- Homepage: https://duckly-local.vercel.app
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duckly LOCAL - a Browser-based DuckDB-WASM + HTML App
"Duckly - LOCAL" offers an in-browser SQL environment powered by DuckDB-Wasm and Monaco Editor. It facilitates quick data analysis without the need for backend infrastructure, making it a valuable tool for data enthusiasts and professionals alike.
https://github.com/user-attachments/assets/77030584-7c7d-4558-a483-d131a8c90e5d
**DuckDB-Wasm Integration:** Uses the latest web version (@duckdb/duckdb-wasm) with in-browser (multiple) CSV loading.
**Schema Explorer:** Lists tables and lets you click to see schema details + copy SQL snippets - from multiple CSV files.
**Searchable Column Index:** Live filtering through column names and clipboard support.
**SQL Editor:** Monaco-powered, with SQL syntax highlighting and keyword suggestions.
**Result Viewer:** Tabulator renders paginated, sortable, filterable tables.
**Notes Section:** Monaco-powered notes editor, with auto-save and clear functionality.
**CSV Export:** Easy export of Tabulator table data.
**History Tracker:** Appends every executed query to the notes pane.