You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
447 B
JSON
9 lines
447 B
JSON
{
|
|
"Database":{
|
|
"SQLServer":"Server=.\\SQL2019;Database=study;User Id=sa;Password=gly-bicijinlian;TrustServerCertificate=true;",
|
|
"MySQL":"Server=localhost;Port=3306;Database=Study;Uid=sa;Pwd=mysql-461400;",
|
|
"PSQL":"Host=localhost;Port=5432;Username=postgres;Password=psql-461400;Database=Study;",
|
|
"SQLite":"Data Source=.\\assets\\database\\Study.db;",
|
|
"DuckDB":"Data Source=:memory:?cache=shared"
|
|
}
|
|
} |