diff options
author | Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> | 2015-04-10 17:22:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-10 17:22:07 +0700 |
commit | 09af7691b2cb195d52deb067e720e782cbbdc21d (patch) | |
tree | eb6c742dfa89481de2957a186280a87794e02f0c /development/tora/README | |
parent | 7535c3fa2dbcd3962b84644f9836125fc3b5e147 (diff) | |
download | slackbuilds-09af7691b2cb195d52deb067e720e782cbbdc21d.tar.gz |
development/tora: Added (database management).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tora/README')
-rw-r--r-- | development/tora/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/tora/README b/development/tora/README new file mode 100644 index 0000000000..e1c08a248a --- /dev/null +++ b/development/tora/README @@ -0,0 +1,7 @@ +TOra is an open-source multi-platform database management GUI that supports +accessing most of the common database platforms in use, including Oracle, MySQL, +and Postgres, as well as limited support for any target that can be accessed +through Qt's ODBC support. + +For Oracle DBMS support, run the script like this, + ORACLE_HOME=/path/to/oracle/home ./tora.Slackbuild |