protobuf-language-server
A language server implementation for Google Protocol Buffers (by lasorda)
sqls
SQL language server written in Go. (by lighttiger2505)
protobuf-language-server | sqls | |
---|---|---|
1 | 12 | |
70 | 685 | |
- | - | |
7.4 | 6.3 | |
7 days ago | over 2 years ago | |
Go | Go | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
protobuf-language-server
Posts with mentions or reviews of protobuf-language-server.
We have used some of these posts to build our list of alternatives
and similar projects.
sqls
Posts with mentions or reviews of sqls.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-15.
-
Writing a SQL LS in Rust - Looking for Coding Companions.
I am talking about this LS: https://github.com/lighttiger2505/sqls which is written in Go.
-
nvim sqls connect to Amazon Redshift dB
Has anyone successfully connected to Amazon Redshift using sqls (https://github.com/lighttiger2505/sqls)
-
Show HN: PostgreSQL Sessions in Vim
I've been trying the neovim plugin (vim plugin available as well) for the sqls language server lately as an alternative to Dadbod, I like it so far: https://github.com/lighttiger2505/sqls#editor-plugins
-
How to use Vim or Neovim for SQL?
Does https://github.com/lighttiger2505/sqls work?
-
Extending NeoVim with Lua
To work with SQL databases already there are a huge number of excellent tools. Every IDE I’m familiar with has database plugins. Vim is included. LSP server already exists. But sometimes I just need to run a simple query, without getting distracted by going to other tools, looking for the right connection, or the prepared SQL query. Therefore, using the getCurrentParagraph function discussed above, I implemented a simple and fast start of SQL queries for PostgreSQL
- Support for SQL (sqls) lsp server
-
Do you give use Vim for SQL. It took me a while to setup this. sqls - lang server (auto complete), dadbodUI (view table, execute and save query), prettier-sql (format code on save).
I used sqls as lang server for LSP, after install you config your localhost with config.yml as the doc said https://github.com/lighttiger2505/sqls
-
Do you guys use Vim with PostgreSQL ^^. Here is my setup. Neovim with psql is languague server (autocomplete), DadbodUI to view table, sql-formatter to format the uppercase and indent.
sorry for late reply, i used sqls as lang server. https://github.com/lighttiger2505/sqls
-
Plsql language server
Only plain SQL a T-SQL, see https://microsoft.github.io/language-server-protocol/implementors/servers/ . Is https://github.com/lighttiger2505/sqls completely hopeless?
-
Example for using `buildGoPackage` or `buildGoModule`?
I am a newbie of Nix, and I want to install some packages of Go for development, like sqls and efm-langserver . sqls can be go get github.com/lighttiger2505/sqls , and efm-langserver need to be built from source.
What are some alternatives?
When comparing protobuf-language-server and sqls you can also consider the following projects:
protovalidate - Protocol Buffer Validation - Go, Java, Python, and C++ Beta Releases!
vim-dadbod-ui - Simple UI for https://github.com/tpope/vim-dadbod
protocol - Package protocol implements Language Server Protocol specification in Go
format.nvim - A wrapper around Neovims native LSP formatting. [Moved to: https://github.com/lukas-reineke/lsp-format.nvim]
vim-lsp-cxx-highlight - Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
vim-dadbod - dadbod.vim: Modern database interface for Vim