solorice/.config/sql-language-server/.sqllsrc.json

14 lines
299 B
JSON

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