mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-26 17:45:14 +08:00
chore: change org to sqlchat
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -7,7 +7,7 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
|
||||||
- Check to make sure someone hasn't already opened a similar [issue](https://github.com/bytebase/sqlchat/issues).
|
- Check to make sure someone hasn't already opened a similar [issue](https://github.com/sqlchat/sqlchat/issues).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
|
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>SQL Chat</h3>
|
<h3>SQL Chat</h3>
|
||||||
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
SQL Chat is a chat-based SQL client to ask database questions and query database using natural language.
|
SQL Chat is a chat-based SQL client to ask database questions and query database using natural language.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ SQL Chat is built by Next.js, it supports following databases and will add more
|
|||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
[](https://star-history.com/#bytebase/sqlchat&Date)
|
[](https://star-history.com/#sqlchat/sqlchat&Date)
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ SQL Chat is built by Next.js, it supports following databases and will add more
|
|||||||
|
|
||||||
[](https://twitter.com/Bytebase)
|
[](https://twitter.com/Bytebase)
|
||||||
|
|
||||||
<img width="256" src="https://raw.githubusercontent.com/bytebase/sqlchat/main/public/wechat-qrcode.webp" alt="sqlchat">
|
<img width="256" src="https://raw.githubusercontent.com/sqlchat/sqlchat/main/public/wechat-qrcode.webp" alt="sqlchat">
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ const GitHubStarBadge = (props: Props) => {
|
|||||||
const getRepoStarCount = async () => {
|
const getRepoStarCount = async () => {
|
||||||
let starCount = 0;
|
let starCount = 0;
|
||||||
try {
|
try {
|
||||||
const { data } = await axios.get(`https://api.github.com/repos/bytebase/sqlchat`, {
|
const { data } = await axios.get(`https://api.github.com/repos/sqlchat/sqlchat`, {
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/vnd.github.v3.star+json",
|
Accept: "application/vnd.github.v3.star+json",
|
||||||
Authorization: "",
|
Authorization: "",
|
||||||
@ -38,7 +38,7 @@ const GitHubStarBadge = (props: Props) => {
|
|||||||
className={`${
|
className={`${
|
||||||
className || ""
|
className || ""
|
||||||
} border rounded flex flex-row justify-start items-center text-black text-xs bg-white shadow-inner overflow-clip hover:opacity-80`}
|
} border rounded flex flex-row justify-start items-center text-black text-xs bg-white shadow-inner overflow-clip hover:opacity-80`}
|
||||||
href="https://github.com/bytebase/sqlchat"
|
href="https://github.com/sqlchat/sqlchat"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
aria-label="Star SQL Chat on GitHub"
|
aria-label="Star SQL Chat on GitHub"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user