1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00
pgcli/TODO

9 lines
425 B
Plaintext
Raw Normal View History

2014-11-23 11:09:00 +03:00
* [X] Translate the commands to pg backend.
* [X] Add options to read the host, user, passwd etc.
2014-10-13 02:22:37 +04:00
* [ ] Add the back-slash commands.
2014-11-23 11:09:00 +03:00
* [X] Deal with errors that happen at connection (password, host etc).
* [X] Deal with errors that happen during sql execution.
* [ ] Add auto-completion based on the tables, columns names.
* [ ] Figure out how to deal with transactions.
* [ ] Add a lot more SQL keywords to auto-completion.