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.4.tar.gz (43.5 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.4-py3-none-any.whl (39.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: transqlate-0.1.4.tar.gz
  • Upload date:
  • Size: 43.5 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.4.tar.gz
Algorithm Hash digest
SHA256 2d2b06cfc9c55e3abe682be262305a5f2f53afe672dd1a388f9f6b1f8dc37435
MD5 a7df5c8f7b2f47e9c0423f0e6a060220
BLAKE2b-256 b1ff9e193fcc2914ab4ff01f55d9c7c0e5951eeeef38189ba3f2f2c68515d4f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: transqlate-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 39.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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 28ac25b11231beef6586e1f82e9bfc7531cdfd13d5df2c3b13b121d4c2e70f94
MD5 c5c46bc42cce8d196a7295169ce70163
BLAKE2b-256 2bb1ba0ffdd1e7d359e74efbb9c617a2a49c90f9932628b33b784eb2be3ac46c

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