1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 09:17:08 +03:00
Postgres CLI with autocompletion and syntax highlighting
Go to file
2014-11-25 01:11:48 -08:00
LICENSE Add a LICENSE file. 2014-10-12 15:11:37 -07:00
pgcli.py First draft of context-sensitive auto-completion based on sqlpython. 2014-11-25 00:35:28 -08:00
pgcompleter.py Autocompletion using sqlparse. 2014-11-25 01:11:48 -08:00
pgexecute.py Add pretty printing of table data. 2014-11-23 23:30:17 -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 Add pretty printing of table data. 2014-11-23 23:30:17 -08:00
sqlparser.py First draft of context-sensitive auto-completion based on sqlpython. 2014-11-25 00:35:28 -08:00
TODO Rearrange TODO according to priority. 2014-11-23 23:32:57 -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