mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 17:15:19 +08:00
chore: add readme
This commit is contained in:
11
README.md
11
README.md
@ -7,10 +7,13 @@
|
||||
|
||||
## What
|
||||
|
||||
SQL Chat is a chat-based SQL Client.
|
||||
SQL Chat is a chat-based SQL Client to answer database questions and query database using natural
|
||||
language.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Why
|
||||
|
||||
As we enter the [Developer Tools 2.0 era](https://www.sequoiacap.com/article/ai-powered-developer-tools/),
|
||||
@ -27,8 +30,10 @@ SQL Chat is built by Next.js, it supports following databases and will add more
|
||||
|
||||
## Data Privacy
|
||||
|
||||
All database conenction configs are stored locally in your browser. You can also visit settings to
|
||||
clear the data.
|
||||
- All database conenction configs are stored locally in your browser. You can also visit settings to
|
||||
clear the data.
|
||||
|
||||
- Only the database schema will be sent to the OpenAI API. No table data will be sent to OpenAI API.
|
||||
|
||||
## Local Development
|
||||
|
||||
|
BIN
public/screenshot2.webp
Normal file
BIN
public/screenshot2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user