- Notifications
You must be signed in to change notification settings - Fork0
noahskorner/ai-powered-database-queries
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This guide assumes you have already generated a OpenAI API key, which can befound here.
- Create the env file and add your OpenAI API key
cp .env.example .env
- Install dependencies
npm install
- Run the application
npm run start
Want to use your own SQLite database? Just replace the./data/baby_names.db path with the path to your database.
constclient=newDatabase("./data/baby_names.db");
About
Generate and run SQL queries from plain text english using the OpenAI API.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.