Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Sqls Alternatives
Similar projects and alternatives to sqls
-
doom-emacs
Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
format.nvim
Discontinued A wrapper around Neovims native LSP formatting. [Moved to: https://github.com/lukas-reineke/lsp-format.nvim]
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sqls discussion
sqls reviews and mentions
-
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.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 14 Feb 2025
Stats
lighttiger2505/sqls is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sqls is Go.