mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 09:03:43 +08:00
chore: update sample database
This commit is contained in:
@ -14,11 +14,11 @@ const samplePGConnection: Connection = {
|
|||||||
id: "sample-pg",
|
id: "sample-pg",
|
||||||
title: "Sample PostgreSQL",
|
title: "Sample PostgreSQL",
|
||||||
engineType: Engine.PostgreSQL,
|
engineType: Engine.PostgreSQL,
|
||||||
host: "db.aqbxmomjsyqbacfsujwd.supabase.co",
|
host: "db.swxkyqvcefxcjecynews.supabase.co",
|
||||||
port: "",
|
port: "5432",
|
||||||
username: "readonly_user",
|
username: "readonly_user",
|
||||||
password: "bytebase-sqlchat",
|
password: "sqlchat",
|
||||||
database: "employee",
|
database: "sample-employee",
|
||||||
};
|
};
|
||||||
|
|
||||||
interface ConnectionState {
|
interface ConnectionState {
|
||||||
|
Reference in New Issue
Block a user