summaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)Author
2020-03-30Add --help output to README (#1164)Chris Barnes
* Add --help output to README * README: Add reference to psql env variables
2020-03-09Deprecate Python2.7. (#1153)赖信涛
* deprecate Python2.7. So we can use latest version of prompt-toolit. Relate: https://github.com/dbcli/pgcli/pull/1149 * black format, remove 2.7 support. * using version py35 for black. * Revert "black format, remove 2.7 support." This reverts commit 4b6d0496ccc18d0ebd696b5f21d8065c4a9b0cb9. * deprecated py27 using black. * remove 2.7 from travis. * update setup.py: delete python 2.7 support.
2019-05-30README.rst: tidy up redundant instructions (#1061)Alexander Zawadzki
* README.rst: tidy up redundant instructions Remove the README section which detailed how to force `psycopg2` 2.7 dependency installation from source rather than binary. `psycopg2` 2.7 would automatically favour installation from binary. A bug affecting some users made it desirable to have the option to install from source instead. The README detailed how to do this using pip's `--no-binary` option (nice!). `psycopg2` 2.8 has now split the binary and source dependencies into different packages with different names (source: [psycopg2 docs](http://initd.org/psycopg/docs/install.html#change-in-binary-packages-between-psycopg-2-7-and-2-8)) which makes the `--no-binary` instructions redundant. To specify source/binary you now need to explicitly specify the desired package. As of #1060, installing `pgcli` from pip will result in the installation of `psycopg2` 2.8 from source. * README: additional instructions for psycopg2 2.7 users Anyone limited to psycopg2 2.7 may still encounter some known issues when installing from binary. Add a link to the README to acknowledge this, and help those users install it from source. * Update changelog.rst * Update AUTHORS * Update changelog
2018-07-16Reverted docs for 617 now it's fixed.Irina Truong
2018-05-14Encourage users to use SSLChris Fournier
2018-03-23Revert to psycopg2, and add instructions for no-binary install.Irina Truong
2018-03-16Fix/update link to tabulateDaniel Hahler
2017-10-13Adds install command for DebianTorkel Rogstad
2017-08-06Remove the chatty startup messages.Irina Truong
2017-08-06Link to ipython.Irina Truong
2017-08-06Add documentation for running pgcli in ipython.Irina Truong
2017-07-27Add Landscape badgeFrançois Pietka
2017-07-27Update badgesFrançois Pietka
Fix CodeCov link
2017-07-21Add coverage badgeÉtienne BERSAC
2017-07-20Removed instructions for custom brew tap.Irina Truong
2017-07-01Use RST style linksLuke Murphy
2017-06-26Merge pull request #735 from dbcli/feature/cli_helpers_output_formatAmjith Ramanujam
Use CLI Helpers for output formatting
2017-06-26Fixed installation instructions via brewV
You should to tap the formula repo first
2017-06-11Remove tabulate and expanded output.Thomas Roten
2017-06-02Update Homebrew instructions.Thomas Roten
2017-04-25Fix readme monospace syntaxHraban Luyat
2017-04-15README: Explain how to use with DockerHraban Luyat
2017-04-12Make it easier to find config option documentationAlexander Tesfamichael
2017-02-18Update README.rstAmjith Ramanujam
2017-02-04Added documantation about tabulate's number formatting. Connect #617.Irina Truong
2016-06-21Fix link to ClickMorton Fox
Click 3 is no more. I'd suggest linking to the root of the Click website and letting it redirect to the current stable version since they seem to be removing pages for the older versions.
2016-04-06Change the url to mycli.Amjith Ramanujam
2016-02-21Update config file location in READMEAri Summer
2015-10-28Update README.rstvinotheassassin
Changed auto-completion to auto-completes in the features because it flows better.
2015-10-11Fix PyPI badge.Artur Dryomov
2015-07-24Add link to website.Amjith Ramanujam
2015-07-23Remove one of the images.Amjith Ramanujam
2015-07-23Add an animated gif to the readme.Amjith Ramanujam
2015-04-18Update repo references.Amjith Ramanujam
2015-04-11Update README to include mysql-cli.Amjith Ramanujam
2015-01-29Add Gitter badge.Amjith Ramanujam
2015-01-27Update README with pypa doc.Amjith Ramanujam
2015-01-22Update README with the build-from-source option.Amjith Ramanujam
2015-01-13Update readme to mention the dev packages in linux. Fix #118Amjith Ramanujam
2015-01-10Typo in README.rstwhile0pass
2015-01-08Merge pull request #84 from rrampage/masterAmjith Ramanujam
Corrected some typos
2015-01-08README.rst: small tweaksMarc Abramowitz
2015-01-08Corrected some typosrrampage
2015-01-07Fix typos in READMETiago Ribeiro
2015-01-07Merge pull request #60 from vegetableman/patch-1Amjith Ramanujam
Update for README.rst features
2015-01-07README fix for #59Jacob Magnusson
2015-01-07Update for README.rst featuresVignesh Anand
Listed pretty printing as one of features.
2015-01-06fix type in READMECharlie Arnold
2015-01-04Add badges to Readme.Amjith Ramanujam
2014-12-27Fix easy_install command in readme.Amjith Ramanujam