blob: a55cb1bff68dd91fb1db279a2246e15a96faf462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|