chore: add readme

This commit is contained in:
tianzhou
2023-03-29 15:32:25 +08:00
parent a2e4866d65
commit c1cb3e5f69
2 changed files with 8 additions and 3 deletions

View File

@ -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.
![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot1.webp)
![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot2.webp)
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB