19 lines
573 B
Text
19 lines
573 B
Text
|
YASQL is an open source Oracle command line interface. YASQL features a
|
||
|
much kinder alternative to SQL*Plus's user interface. This is meant to
|
||
|
be a complete replacement for SQL*Plus when dealing with ad-hoc queries
|
||
|
and general database interfacing. It's main features are:
|
||
|
|
||
|
* Full ReadLine support
|
||
|
* Alternate output methods
|
||
|
* Output of query results
|
||
|
* Data Input and Binding
|
||
|
* Command pipes
|
||
|
* Tab completion
|
||
|
* Easy top rownum listings
|
||
|
* Enhanced Data Dictionary commands
|
||
|
* Query editing
|
||
|
* Query chaining
|
||
|
* Basic scripting
|
||
|
* Config file
|
||
|
* Future extensibility
|