1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 09:17:08 +03:00
Commit Graph

2188 Commits

Author SHA1 Message Date
Amjith Ramanujam
539328fccb Add a warning. 2014-11-30 22:58:01 -08:00
Amjith Ramanujam
02914bb81b Release rev 0.2 2014-11-30 22:50:30 -08:00
Amjith Ramanujam
e73e05e392 Readme formatting. 2014-11-30 22:27:18 -08:00
Amjith Ramanujam
3d9c2b0b87 Fix the link for detailed instructions. 2014-11-30 22:24:05 -08:00
Amjith Ramanujam
2825db5ee4 Add an extra screenshot. 2014-11-30 22:22:06 -08:00
Amjith Ramanujam
df160772fc Add a section for linux install in Readme. 2014-11-30 22:14:08 -08:00
Amjith Ramanujam
5cc3dd0c91 Update setup.py to read from the Readme. 2014-11-30 22:05:24 -08:00
Amjith Ramanujam
38aa366c90 Update Readme. 2014-11-30 22:02:04 -08:00
Amjith Ramanujam
60585c8856 Fix a crash caused by leading space. 2014-11-28 22:27:18 -08:00
Amjith Ramanujam
e20c6b487e Fix special command completion 2014-11-28 22:13:51 -08:00
Amjith Ramanujam
c8b803b20c Deal with statements that don't return rows. 2014-11-28 20:50:03 -08:00
Amjith Ramanujam
20e270b66a Fix the table format to be more psql compliant. 2014-11-28 13:16:34 -08:00
Amjith Ramanujam
a05eb1eb5f Reprioritize TODO. 2014-11-28 00:06:12 -08:00
Amjith Ramanujam
238121460c Fix a bug in generator exhaustion. 2014-11-28 00:05:01 -08:00
Amjith Ramanujam
6a6cb8f245 Fix the config reader bug. 2014-11-27 22:06:31 -08:00
Amjith Ramanujam
dbbc8a7429 Fix smart completion. 2014-11-27 20:00:22 -08:00
Amjith Ramanujam
6e5cd51643 Add config file. 2014-11-27 15:02:54 -08:00
Amjith Ramanujam
34bdecea61 Move pgcli into a directory and make a package. 2014-11-26 00:02:34 -08:00
Amjith Ramanujam
6171a0352f Autocompletion using sqlparse. 2014-11-25 01:11:48 -08:00
Amjith Ramanujam
61fa03efbb First draft of context-sensitive auto-completion based on sqlpython. 2014-11-25 00:35:28 -08:00
Amjith Ramanujam
16941d00dd Rearrange TODO according to priority. 2014-11-23 23:32:57 -08:00
Amjith Ramanujam
d3f88eb65c Add pretty printing of table data. 2014-11-23 23:30:17 -08:00
Amjith Ramanujam
4fa728e929 Enable auto-commit to prevent dangling transaction. 2014-11-23 22:38:45 -08:00
Amjith Ramanujam
281ab7d0bd Update TODO with more items. 2014-11-23 15:34:41 -08:00
Amjith Ramanujam
94b65f8ee9 Add persistent history. 2014-11-23 15:31:34 -08:00
Amjith Ramanujam
4438cf3376 Add columns and table names for completion. 2014-11-23 15:02:24 -08:00
Amjith Ramanujam
5eceff01e3 Add two special commands. 2014-11-23 15:02:05 -08:00
Amjith Ramanujam
ab8d34df84 Add exception handling. 2014-11-23 00:09:00 -08:00
Amjith Ramanujam
da327d4742 Hook up postgres backend. 2014-11-21 23:43:11 -08:00
Amjith Ramanujam
80ef752a52 Split the classes to separate files and upgrade prompt_toolkit. 2014-11-20 23:15:50 -08:00
Amjith Ramanujam
a721336d85 Add a TODO file. 2014-10-12 15:22:37 -07:00
Amjith Ramanujam
bab1836775 Update readme. 2014-10-12 15:19:34 -07:00
Amjith Ramanujam
b435ddb64b Add a README file. 2014-10-12 15:17:39 -07:00
Amjith Ramanujam
1e7b8258aa Add a LICENSE file. 2014-10-12 15:11:37 -07:00
Amjith Ramanujam
18f489879e Rename scripts and add setup. 2014-10-12 15:07:34 -07:00
Amjith Ramanujam
e48e0654e1 Make the REPL loop. 2014-10-12 10:45:35 -07:00
Amjith Ramanujam
736beb7407 Fix menu styling. 2014-10-12 10:38:57 -07:00
Amjith Ramanujam
2c9ed27ae7 Initial Commit. 2014-10-12 10:31:54 -07:00