solorice/config/sql-language-server/.sqllsrc.json
Kristofers Solo a42ded1119 Use dotter
2024-08-28 09:02:07 +03:00

14 lines
299 B
JSON

{
"connections": [
{
"name": "kristofersxyz-rs",
"adapter": "postgres",
"host": "localhost",
"port": 5432,
"user": "postgres",
"database": "kristofersxyz-rs-db",
"password": "password"
}
]
}