acme-lsp VS sqls

Compare acme-lsp vs sqls and see what are their differences.

acme-lsp

Language Server Protocol tools for the acme text editor (by 9fans)

sqls

SQL language server written in Go. (by lighttiger2505)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
acme-lsp sqls
2 12
180 685
6.1% -
6.6 6.3
10 days ago over 1 year ago
Go Go
MIT License 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.

acme-lsp

Posts with mentions or reviews of acme-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-01.
  • Personally, I find it distracting to watch huge swathes of my file change colors because I typed ", then change back as soon as I close with another ", so the lack of highlighting is great for me.
    1 project | /r/programmingcirclejerk | 10 Dec 2023
    They use acme-lsp btw.
  • 9front “The Golden Age of Ballooning” Released
    3 projects | news.ycombinator.com | 1 Nov 2022
    Yes. There's [acme-lsp](https://github.com/fhs/acme-lsp) for providing language server integration and things like "jump to definition", "show hover-help" and so on.

    I personally use `autokey` on Linux and `sxhkd` on macOS for adding a key binding for `acme-lsp`'s `Lcomp` command which performs completion.

    There's also [Watch](https://pkg.go.dev/9fans.net/go/acme/Watch) for monitoring a directory of files for changes and running a command in a persistent Acme window. I use that for continuously running unit tests while I edit some piece of code, or for automatically running `go generate` and such.

    For your REPL needs, there's the `win` command that implements a basic dumb terminal as an Acme window. This provides a few goodies like letting you edit the terminal buffer with Acme's `Edit` command and its embedded Sam command language, as well as adding "snippets" that can be executed with one click of the middle mouse button.

    Acme by itself is already plenty useful (`win` is part of the "standard distribution" so to speak, in that it is part of the various Plan9 forks and of plan9port), and a lot of extra stuff can be built rather quickly by hooking into its 9p interface:

    For example, my tool to add commonly used tools to the tag (the blue line at the top of each text window that contains the file name and commands that act on the window) is a handful of lines of shell script that parse entries in acme's `acme/log` file and select the appropriate tools to add based on the name of newly opened files.

    My Git integration is a thin wrapper around `win` and `git commit --interactive` that pops open a window that allows me to author a Git commit similar to (but a lot simpler than) magit for emacs and fugitive for Vim work.

    Even if you're not in Plan9 (or one of the forks), I encourage you to give [plan9port](https://github.com/9fans/plan9port)'s Acme a spin.

    (FWIW, this post was written in an Acme window because it's a lot more intuitive to use after some getting used to than regular ol' GTK text boxes used by Firefox.)

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.

What are some alternatives?

When comparing acme-lsp and sqls you can also consider the following projects:

plan9port - Plan 9 from User Space

vim-dadbod-ui - Simple UI for https://github.com/tpope/vim-dadbod

vim-dadbod - dadbod.vim: Modern database interface for Vim

format.nvim - A wrapper around Neovims native LSP formatting. [Moved to: https://github.com/lukas-reineke/lsp-format.nvim]

eglot - A client for Language Server Protocol servers

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

.wsl-emacs.d - 😈My personal Emacs configuration on Arch & Ubuntu

pet - Simple command-line snippet manager

lsp-mode - Emacs client/library for the Language Server Protocol

taplo - A TOML toolkit written in Rust

vim-dadbod-completion - Database autocompletion powered by https://github.com/tpope/vim-dadbod

tree-sitter-sql - SQL grammar for tree-sitter