Skip to content

MagicCube/sql-weaver

Repository files navigation

sql-mind: AI powered SQL Studio

Installation

  1. Add a .env file to the root of the project with the following content:
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Note: You can get your own API key from OpenAI.

  1. Install dependencies:
npm install
  1. Start server:

Run in production mode:

npm run build
npm start

Or run in development mode:

npm run dev

About

A text2ql demo powered by OpenAI's GPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published