Skip to main content

Natural Language to SQL CLI powered by a fine-tuned LLM.

Project description

Transqlate

Transqlate is a production‑ready natural language → SQL assistant powered by a fine‑tuned Phi‑4 Mini model. It lets anyone—technical or not—create and run complex queries over SQLite, PostgreSQL, MySQL, MSSQL, or Oracle databases using plain English.


Key Features

  • Schema‑Aware NL→SQL – Automatically extracts your database schema and prunes it with an RAG pipeline so prompts fit within model limits.
  • Interactive CLI – Generate queries, explore schemas, edit or write SQL, and dynamically switch connections with :changedb (alias :change_db).
  • Safe Execution – DDL/DML statements require explicit confirmation. Lost connections trigger an optional reconnect with troubleshooting tips.
  • Chain‑of‑Thought Reasoning – View the model’s reasoning and final SQL, converted from SQLite syntax to your database dialect with automatic schema qualification.
  • Customizable Inference – Control maximum generation length (--max-new-tokens), enable Python tracebacks for debugging, and point to local or HF-hosted model weights.
  • Offline‑Friendly – Runs on CPU and can pre‑download the sentence‑transformer embedding model so future runs work without internet access.
  • Supports One‑Shot Queries – Use -q "question" for quick, non‑interactive SQL generation.

Installation

pip install transqlate

Usage

Launch the interactive CLI:

transqlate --interactive

Run a single question:

transqlate -q "List all customers who made purchases in March." --db-path path/to/database.db

REPL commands include :show schema, :history, :edit, :write, :examples, :clear, :changedb, :about, and :exit.


License

MIT License


Author

Shaurya Sethi Contact: shauryaswapansethi@gmail.com


For the full user manual and source code, visit the GitHub repository or the Hugging Face model page.


What's New in v0.1.2

  • Cross-dialect SQL post-processing: Automatically transforms model-generated (SQLite-style) SQL into the target dialect (PostgreSQL, MySQL, MSSQL, Oracle) with clear conversion notices.
  • Enhanced CLI workflow: Added :edit for modifying generated SQL, :write for manual queries, and seamless database switching with :changedb/:change_db.
  • Improved schema extraction: Robust support for PostgreSQL, Oracle, and MSSQL with qualified and escaped identifiers; Oracle system tables can now be filtered.
  • Safer execution and state management: CLI now detects and recovers from lost connections, rolls back on errors, and requires confirmation for DDL/DML.
  • History and troubleshooting: Query history now shows manual/edited status and execution results. Added :troubleshoot for step-by-step connection help.
  • Token limit control: Set output length using the --max-new-tokens argument (default: 2048).
  • Numerous bugfixes and UX refinements: Identifier quoting, error messages, startup feedback, and more.

What's New in v0.1.3

Spreadsheet Mode (CSV/Excel) Support & Enhanced Exporting

  • Spreadsheet/CSV Mode: You can now use Transqlate with your Excel (.xlsx, .xls) and CSV files! At startup, select Spreadsheet/CSV mode and provide your file path. The tool will automatically convert your spreadsheet into a temporary SQLite database, enabling you to run natural language queries just like with any database.

  • Multi-Sheet Excel Support: If your Excel file has multiple sheets, Transqlate will prompt you to choose which sheet to work with, ensuring a seamless experience across complex spreadsheets.

  • Export Results to CSV or Excel: After running your queries, use the new :export command to save results or entire tables as CSV or Excel files for easy sharing and further analysis. Example:

    :export csv "SELECT * FROM Orders WHERE Total > 1000" big_orders.csv
    :export excel Customers customers.xlsx
    
  • Improved Help and Documentation: The :help and :about commands have been revamped for clarity, providing concise guidance in the CLI and detailed usage instructions in the manual.

  • Context-Aware Commands: Command menus and help are now tailored to your current mode, making the CLI cleaner and easier to use.

Upgrade to v0.1.3 and unlock the power of natural language queries for spreadsheets, with robust export features and a streamlined user experience!


For the full release notes, see CHANGELOG.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transqlate-0.1.7.tar.gz (46.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

transqlate-0.1.7-py3-none-any.whl (41.1 kB view details)

Uploaded Python 3

File details

Details for the file transqlate-0.1.7.tar.gz.

File metadata

  • Download URL: transqlate-0.1.7.tar.gz
  • Upload date:
  • Size: 46.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for transqlate-0.1.7.tar.gz
Algorithm Hash digest
SHA256 8d1920c67a9da742cd3eaf27fa30c8cb27cfb1a5f127b20523cb18de6f1617d7
MD5 d6ea2670ae5aed8e2a4c0deffac57139
BLAKE2b-256 803b9b5c086ef8b033fee78142173ca7f2d23aca1d168e288cdd7bdffdafe495

See more details on using hashes here.

File details

Details for the file transqlate-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: transqlate-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for transqlate-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 118d44c91664709709808ea23a55a1e40c4866382aef70728300ac6d206f1861
MD5 b8e3c970359c9955189495aa55fe5fbb
BLAKE2b-256 cc3150e9913b012e5435a2e6b179d38ad88ee37de6540afb5b2df88ec2fc2a9f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page