Comment on Postgres Language Server: Initial ReleaseComments−bitbasher1yThis is cool-- but I rarely write sql in .sql files. I tend to use things like lib/pq in Golang or sqlx in Rust for writing raw sql in .go or .rs files.Any plans on supporting such workflows?
Comments
This is cool-- but I rarely write sql in .sql files. I tend to use things like lib/pq in Golang or sqlx in Rust for writing raw sql in .go or .rs files.
Any plans on supporting such workflows?