okcli icon indicating copy to clipboard operation
okcli copied to clipboard

An Oracle-DB command line client

Results 5 okcli issues
Sort by recently updated
recently updated
newest added

$ sudo pip install okcli $ okcli Traceback (most recent call last): File "/usr/local/bin/okcli", line 5, in from okcli.main import cli File "/usr/local/lib/python3.10/dist-packages/okcli/main.py", line 20, in from cli_helpers.tabular_output import TabularOutputFormatter...

Not sure if still active. It might make more sense to update from `ipython-sql` to `Jupysql`. Adding [more context on depracation](https://github.com/catherinedevlin/ipython-sql#legacy-project). This transition should help you avoid compatibility issues and...

The oracle databases I currently work with unfortunately have a ton of namespaces and tables. This results in "Refreshing completions" for around a minute every time I start `okcli`. I've...

Hi, As discussed #6 here's a draft at completion caching. Definitely don't merge it for now. Want to get some early feedback since I haven't written python in a while....

I tried to put `format=simple`on ~/.okclirc but it did not work. Also tried to use the color parameter there but it did not work either. How can I use them?