mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-25 07:42:14 +08:00
Merge branch 'main' into tianzhou
# Conflicts: # src/store/connection.ts
This commit is contained in:
@ -17,8 +17,8 @@ const samplePGConnection: Connection = {
|
|||||||
engineType: Engine.PostgreSQL,
|
engineType: Engine.PostgreSQL,
|
||||||
host: "ep-throbbing-thunder-042250.us-west-2.aws.neon.tech",
|
host: "ep-throbbing-thunder-042250.us-west-2.aws.neon.tech",
|
||||||
port: "5432",
|
port: "5432",
|
||||||
username: "sqlchat_readonly",
|
username: "sqlchat",
|
||||||
password: "U5rI8tJMiKWp",
|
password: "h8yik1pvTQIs",
|
||||||
database: "sample-employee",
|
database: "sample-employee",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user