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.  + ## 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 [](https://star-history.com/#bytebase/sqlchat&Date) - ## Community -[](https://discord.gg/huyw7gRsyA) +[](https://discord.gg/6R3qb32h) [](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 = () => {