Show HN: PostgreSQL Sessions in Vim

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pisk

    PostgreSQL sessions in Vim

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • neoterm

    Wrapper of some vim/neovim's :terminal functions.

    Using neovim + https://github.com/kassio/neoterm I have a similar, possibly simpler, workflow that doesn't require any other program (especially listening willy nilly with no authentication/authorization whatsoever) other than your normal SQL client running:

    * I open a :Term window, in which I run the sql client (i.e. ":Texec sqlite\ foo.sqlite" or ":Texec mysql foo", etc)

  • vim-dadbod-ui

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

    See also Dadbod UI on (neo)vim to interact with databases: https://github.com/kristijanhusak/vim-dadbod-ui

  • vim-dadbod

    dadbod.vim: Modern database interface for Vim

    I used dadbod[0] and the following in my vimrc[1] to do a similar thing, only I haven't make the shortcuts for sending a block yet.

    Looks nice though, maybe I'll try it out sometime!

    [0] https://github.com/tpope/vim-dadbod

    [1] au FileType sql nmap d :%:DB g:db

  • sqls

    Discontinued SQL language server written in Go.

    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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any handy plug-ins to set up a workflow for Java?

    2 projects | /r/vim | 5 Sep 2022
  • Advice for r and rmarkdown using vim?

    5 projects | /r/neovim | 13 Jan 2022
  • 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).

    6 projects | /r/SQL | 27 Dec 2021
  • How to Setup Vim for Kotlin Development

    12 projects | dev.to | 27 Dec 2024
  • Using SonarLint language server in Vim?

    4 projects | /r/vim | 27 Oct 2023

Did you konow that Vim Script is
the 32nd most popular programming language
based on number of metions?