GitHub - shurutech/mql: MQL tool is designed to generate SQL queries directly from natural language inputs.
MQL
MQL (My Query Language) is a powerful tool to transform natural language queries into executable SQL queries. What's cool is that anyone can use it, even without knowing how to code. Just add your database by connecting or uploading schema to MQL, ask a query in your language and get the SQL.
MQL_Query_Demo.mp4
🚀 Getting Started
MQL_GetStarted.mp4
Run the tool locally using Docker.
Make sure you have docker installed.
To begin, clone this Git repository:
git clone https://github.com/shurute...
Read more at github.com