Releases: joe-re/sql-language-server
Releases · joe-re/sql-language-server
Release SQLint and support lint on sql-language-server
Release SQLint
Released SQLint which is lint tool for SQL. 🎉
Please check here to know how to use and try it on!
https://github.com/joe-re/sql-language-server/tree/master/packages/sqlint
Support lint on sql-language-server
Now sql-language-server supports lint for SQL by using SQLint.
SQLint has only a few rules for now.. if you have some ideas or prefer rules, fell free to make a issue and sharing it to us. 🙏
Support personal config file and multiple connection
Support personal config file and multiple connection
For now you can set your own personal config file as global and capable set multiple connection information.
Also you can switch database connection as following.
Check here to know how to set personal config.
Support ssh port fowarding to connect to database on remote server
Support completion on update & delete statement
Deal with update join syntax
Support completion on insert statement
v0.3.0
Support completion on insert statement
Now you can complete table name and column name on Insert Statement 🎉