From 056d5b5259da9702c9ffe722214293616f9274ca Mon Sep 17 00:00:00 2001 From: l1xnan Date: Thu, 22 Feb 2024 16:12:23 +0800 Subject: [PATCH 1/2] Add Duckling as supporting DuckDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f12457..e803cde 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ - [DuckDB SQL Tools](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.duckdb-sql-tools) - Free DuckDB SQL Tools for VS Code IDE. [Premium version available](https://github.com/RandomFractals/pro-data-tools/blob/main/duckdb-tools.md#duckdb-pro-tools) with advanced features. - [DBeaver](https://dbeaver.com) - DBeaver is a universal database access and development tool that can be used to connect almost any type of database. - [DataGrip](https://www.jetbrains.com/datagrip/) - Paid SQL IDE by Jetbrains that supports many different database technologies, including DuckDB. +- [Duckling](https://github.com/l1xnan/duckling) - A fast viewer for CSV/Parquet files and DuckDB/SQLite, base on Tauri. ## Projects Powered by DuckDB From 1d4cb886e4b479e643a40b239cda02c1f9fad197 Mon Sep 17 00:00:00 2001 From: David Gasquez Date: Fri, 23 Feb 2024 09:40:22 +0100 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e803cde..dd2db51 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ - [DuckDB SQL Tools](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.duckdb-sql-tools) - Free DuckDB SQL Tools for VS Code IDE. [Premium version available](https://github.com/RandomFractals/pro-data-tools/blob/main/duckdb-tools.md#duckdb-pro-tools) with advanced features. - [DBeaver](https://dbeaver.com) - DBeaver is a universal database access and development tool that can be used to connect almost any type of database. - [DataGrip](https://www.jetbrains.com/datagrip/) - Paid SQL IDE by Jetbrains that supports many different database technologies, including DuckDB. -- [Duckling](https://github.com/l1xnan/duckling) - A fast viewer for CSV/Parquet files and DuckDB/SQLite, base on Tauri. +- [Duckling](https://github.com/l1xnan/duckling) - A fast viewer for CSV/Parquet files and DuckDB/SQLite, based on Tauri. ## Projects Powered by DuckDB