File: INSTALL

package info (click to toggle)
dbishell 0.8.9-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 828 kB
  • ctags: 1,423
  • sloc: perl: 13,353; makefile: 138; sh: 15
file content (17 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
'make install' should to everything that needs to be done, including
checking for dependencies: You'll need the following:

Term::ReadKey
Term::ReadLine::Perl or Term::ReadLine::Gnu
DBI
Getopt::Long

The first three don't come bundled, the last should already be there.
Naturally, you'll also need the relevant DBD module for the database you 
want to talk to.

dbishell currently has specific drivers for 

Oracle  [untested, untuned: still working on it]
mysql   [tested, still adding stuff]
DEFAULT [generic driver, should work in most situations for most databases]