fannheyward / coc-sql

SQL extension for coc.nvim
MIT License
118 stars 6 forks source link

Feature request: Consider integrating lighttiger2505/sqls? #405

Open Frederick888 opened 3 years ago

Frederick888 commented 3 years ago

https://github.com/lighttiger2505/sqls

Completion works using the suggested coc configuration, but it'll be even more awesome if we can have other features such as selecting database, executing SQLs, etc.

oblitum commented 2 years ago

I'm also using that, I guess sqls formatting would obsolete current coc-sql formatter? Possibly same for current coc-sql linter when sqls eventually adds linting. Maybe what we need is an actual coc-sqls (this one seems dead: https://github.com/sakuemon/coc-sqls-support).

Frederick888 commented 2 years ago

Just noticed that there is also https://github.com/joe-re/sql-language-server. So if anyone decides to do the heavy lifting, perhaps compare these two first.