Show HN: PostgreSQL Sessions in Vim

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pisk

    PostgreSQL sessions in Vim

  • 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)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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

  • 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.

    InfluxDB logo
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