From d9822732946146aba8d77c902d64ee0b359fbba3 Mon Sep 17 00:00:00 2001 From: Justin Wunderle Date: Sun, 6 Feb 2011 00:14:36 -0500 Subject: New formula: gqlplus gqlplus is a wrapper for Oracle's sqlplus that adds table and column name tab-completion and readline-based command history and editing. Closes #4144. Signed-off-by: Mike McQuaid --- Library/Formula/gqlplus.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/gqlplus.rb (limited to 'Library/Formula') diff --git a/Library/Formula/gqlplus.rb b/Library/Formula/gqlplus.rb new file mode 100644 index 000000000..8e7dfc82f --- /dev/null +++ b/Library/Formula/gqlplus.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Gqlplus