hadihaider055 / SQL-Query-Genrator

SQL Query Generator built using Tauri, Rust, Next.js, and Typescript. This Query Generator uses OpenAI's API to generate the queries based on the users' description.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Query Generator

Developed a Query Generator using Tauri, Rust, Next.js. This application uses OpenAI's API to generate the queries based on the users' description and then render that on frontend

Installation

First clone the project by copying this command in your terminal:

  git clone https://github.com/hadihaider055/SQL-Query-Genrator.git

Then, install the packages using:

  npm install

OR

  yarn 

Start the project using the command:

  npm run tauri dev

OR

  yarn tauri dev

sql-query-genrator sql-query-genrator-generating sql-query-genrator-result

Feedback

If you have any feedback, please reach out to me or you can create the issue.

Made with ❤️ by Hadi Haider

About

SQL Query Generator built using Tauri, Rust, Next.js, and Typescript. This Query Generator uses OpenAI's API to generate the queries based on the users' description.


Languages

Language:TypeScript 60.5%Language:Rust 32.1%Language:CSS 5.0%Language:JavaScript 2.4%