mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update 12.03.2024
This commit is contained in:
13
.config/sql-language-server/.sqllsrc.json
Normal file
13
.config/sql-language-server/.sqllsrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"name": "kristofersxyz-rs",
|
||||
"adapter": "postgres",
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
"user": "postgres",
|
||||
"database": "kristofersxyz-rs-db",
|
||||
"password": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user