From 504ca46c11ecc7d85ff03831279da9c29453cb5f Mon Sep 17 00:00:00 2001 From: SHASHANK <109199951+theshashank1@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:25:58 +0530 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads. - **Natural Language to SQL:** No need to write complex queries—just ask questions in plain English. - **AI-Powered Translation:** Uses Google's Gemini AI (via Langchain) for intelligent SQL generation. - **Direct Database Interaction:** Works seamlessly with PostgreSQL, MySQL, and SQLite. - **Schema-Aware Queries:** Understands your database structure for relevant responses. - **Formatted Results:** Displays query output in a clean, readable table in your terminal. - **Secure Configuration:** Supports credential management and database setup. - **CSV Export:** Retrieve query results in structured formats for further analysis. - **Modern CLI Experience:** Uses Typer and Rich for a visually appealing and responsive interface. - **Boost Productivity:** Enables developers and analysts to retrieve data quickly without writing SQL manually. - **Error Reduction:** Minimizes human errors associated with manual SQL writing. - **Democratized Data Access:** Allows non-technical users to interact with databases effortlessly. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a7f5f89d..654635a6a 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Productivity Tools * [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates. * [cookiecutter](https://github.com/cookiecutter/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). + * [TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads. + * [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. * [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line. * [invoke](https://github.com/pyinvoke/invoke) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. @@ -320,6 +322,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS. * [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data. * [optimus](https://github.com/hi-primus/optimus) - Agile Data Science Workflows made easy with PySpark. +* [TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads. ## Data Validation @@ -357,6 +360,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pickleDB](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python. * [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. * [zodb](https://github.com/zopefoundation/ZODB) - A native object database for Python. A key-value and object graph database. +* ____[TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads. + ## Database Drivers