Skip to content
#

psql

Here are 381 public repositories matching this topic...

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

  • Updated Feb 21, 2022
  • C
georgiotunson
georgiotunson commented Oct 30, 2020

The original intention of this tool was to support both postgres and mysql. It currently only supports mysql.
The implementation should happen here: https://github.com/georgiotunson/ssql/blob/77b486639bb9acc6e069bd7c548613c9c2b8bc18/utility/helpers.go#L88

If you have a look at the above if statement here: https://github.com/georgiotunson/ssql/blob/77b486639bb9acc6e069bd7c548613c9c2b8bc18/utili

enhancement good first issue

Improve this page

Add a description, image, and links to the psql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the psql topic, visit your repo's landing page and select "manage topics."

Learn more