From 13f81ed17ae6dbef91811f1f8decb5eb6df9bcda Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 29 Mar 2023 13:36:03 +0800 Subject: [PATCH] chore: update discord link --- README.md | 12 ++++++------ components/ConnectionSidebar.tsx | 2 +- components/SettingModal.tsx | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index df83b76..95fddfb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ SQL Chat is a chat-based SQL Client. ![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot1.webp) + ## Why As we enter the [Developer Tools 2.0 era](https://www.sequoiacap.com/article/ai-powered-developer-tools/), @@ -20,13 +21,14 @@ more intuitive. Of course, only if that works, and our goal is to deliver that e ## How SQL Chat is built by Next.js, it supports following databases and will add more over the time: -* MySQL -* PostgreSQL + +- MySQL +- PostgreSQL ## Data Privacy All database conenction configs are stored locally in your browser. You can also visit settings to -clear the data. +clear the data. ## Local Development @@ -38,14 +40,12 @@ pnpm i && pnpm dev [![Star History Chart](https://api.star-history.com/svg?repos=bytebase/sqlchat&type=Date)](https://star-history.com/#bytebase/sqlchat&Date) - ## Community -[![Hang out on Discord](https://img.shields.io/badge/%20-Hang%20out%20on%20Discord-5865F2?style=for-the-badge&logo=discord&labelColor=EEEEEE)](https://discord.gg/huyw7gRsyA) +[![Hang out on Discord](https://img.shields.io/badge/%20-Hang%20out%20on%20Discord-5865F2?style=for-the-badge&logo=discord&labelColor=EEEEEE)](https://discord.gg/6R3qb32h) [![Follow us on Twitter](https://img.shields.io/badge/Follow%20us%20on%20Twitter-1DA1F2?style=for-the-badge&logo=twitter&labelColor=EEEEEE)](https://twitter.com/Bytebase) - ## License This project is under the BSL License. See the [LICENSE](LICENSE) file for the full license text. diff --git a/components/ConnectionSidebar.tsx b/components/ConnectionSidebar.tsx index af1d5b8..952d311 100644 --- a/components/ConnectionSidebar.tsx +++ b/components/ConnectionSidebar.tsx @@ -223,7 +223,7 @@ const ConnectionSidebar = () => {
diff --git a/components/SettingModal.tsx b/components/SettingModal.tsx index bd3f32b..04c9edf 100644 --- a/components/SettingModal.tsx +++ b/components/SettingModal.tsx @@ -35,7 +35,7 @@ const SettingModal = (props: Props) => {