From 941921c774d3188594ef414a541c988ebcf1538d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 23 Jun 2024 17:37:56 +0200 Subject: [PATCH] New SQL Client added: SQL DATA LENS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fe7750..4e1a9ac 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ You can chat with this page's content on [HuggingChat](https://hf.co/chat/assist - [rsql](https://github.com/theseus-rs/rsql) - CLI for DuckDB, LibSQL, MariaDB, MySQL, PostgreSQL, SQLite3 and SQL Server. - [jsqltranspiler](https://github.com/starlake-ai/jsqltranspiler) - Rewrite BigQuery, Redshift, Snowflake and Databricks queries into DuckDB compatible SQL. - [jOOQ](https://www.jooq.org/) - Type safe querying of DuckDB (and many other RDBMS) from Java. A [transpiler](https://www.jooq.org/translate/) from and to DuckDB is also available. +- [SQL DATA LENS](https://sqldatalens.com/build-in-support-for-duckdb/) - A lightweight, commercial SQL IDE that supports different DBMS, including DuckDB. The focus on performance and special DBMS features. ## Projects Powered by DuckDB