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.6.tar.gz (46.2 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.6-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: transqlate-0.1.6.tar.gz
  • Upload date:
  • Size: 46.2 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.6.tar.gz
Algorithm Hash digest
SHA256 c9de5e1d5bfca2f48a892acd02b920229b8f3f9161658296f6bdbd0a2c6d6575
MD5 691efd9e96a7833c3cc5ec96aadf747f
BLAKE2b-256 aed967eeb9d6360352baf1008821e5399ad465de2826f6eb936d60c7c94d431d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: transqlate-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 41.0 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b3b8a31c6b5ccb972cdab7987caeca7366dea69f55bf41678c9176f28a812ca4
MD5 84dc07ce915b4567cb4f24ac125bd6bf
BLAKE2b-256 4ccb962792df203714ae6bdacf522a3b84a14e4ef01b080f03e128085f5451c3

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