coc-sql icon indicating copy to clipboard operation
coc-sql copied to clipboard

SQL extension for coc.nvim

Results 5 coc-sql issues
Sort by recently updated
recently updated
newest added

I have migration files for different database in one repo. If I use `:CocLocalConfig` it would be one flavour in the repo. I propose adding a CocCommand `sql.selectDatabase` that changes...

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.

In my case, I have JavaScript files with raw SQL in them that needs formatting. Running a visual selection through the formatter could be 👌 .

enhancement

I have no separate CoC-SQL configuration and default just copypasted from CoC's readme config to setup CoC intself. I just installed CoC-SQL with `CocInstall coc-sql` My SQL migration with the...

If the formatter [throw error](https://github.com/sql-formatter-org/sql-formatter/blob/085caa4e1fb695d46875f7ea5aeffdda91df510a/src/parser/LexerAdapter.ts#L29), coc-sql will not show any error message, except in `:CocInfo`.