-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (26 loc) · 976 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
dbMan 0.47
(c) Copyright 1999-2023 by Milan Sorm, [email protected]
If you plan to use this program you must respect LICENSE file.
This software provides some functionality in database managing
(SQL console).
Depends on installation of Term::Size, Text::FormatTable, Locale::gettext,
Data::ShowTable, Data::Dumper, Term::ReadLine, Term::ReadKey, Term::Screen,
Cwd, DBI and some DBD driver.
For Curses-like interface cdbman you need Curses and Curses::UI modules.
To install make
perl Makefile.PL
make
make test
make install
For next documentation please run
dbman (for standard text command line mode)
cdbman (for near-stable Curses mode)
xdbman (for experimental X application mode)
and use command
help
Stable and development branch is maintained on GitHub in repository:
https://github.com/milsorm/dbman/
Hints for readline environment, use ~/.inputrc for tuning:
set completion-ignore-case On
"\e[5~": beginning-of-history
"\e[6~": end-of-history