Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generate and run SQL queries from plain text english using the OpenAI API.

NotificationsYou must be signed in to change notification settings

noahskorner/ai-powered-database-queries

Repository files navigation

Prerequisites

This guide assumes you have already generated a OpenAI API key, which can befound here.

Running the application

  1. Create the env file and add your OpenAI API key
cp .env.example .env
  1. Install dependencies
npm install
  1. Run the application
npm run start

Using your own database

Want to use your own SQLite database? Just replace the./data/baby_names.db path with the path to your database.

db.ts

constclient=newDatabase("./data/baby_names.db");

About

Generate and run SQL queries from plain text english using the OpenAI API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp