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