1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 01:08:51 +03:00
Postgres CLI with autocompletion and syntax highlighting
Go to file
2014-11-23 15:02:05 -08:00
LICENSE Add a LICENSE file. 2014-10-12 15:11:37 -07:00
pgcli.py Add exception handling. 2014-11-23 00:09:00 -08:00
pgcompleter.py Split the classes to separate files and upgrade prompt_toolkit. 2014-11-20 23:15:50 -08:00
pgexecute.py Add two special commands. 2014-11-23 15:02:05 -08:00
pgstyle.py Split the classes to separate files and upgrade prompt_toolkit. 2014-11-20 23:15:50 -08:00
README.rst Update readme. 2014-10-12 15:19:34 -07:00
setup.py Rename scripts and add setup. 2014-10-12 15:07:34 -07:00
TODO Add two special commands. 2014-11-23 15:02:05 -08:00

A REPL for Postgres 
-------------------

** _WARNING_: This is a WIP. Please DO NOT use. **

This is a postgres client that does auto-completion and syntax highlighting.


Installation
============

::

    pip install pgcli