summaryrefslogtreecommitdiff
path: root/databases/p5-DBI-Shell/DESCR
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-22 01:38:58 +0000
committerminskim <minskim>2004-02-22 01:38:58 +0000
commitca3640875d2fa736d63b8a199b7d99fd9cc1eb86 (patch)
tree1e1fdc5947ba8a3e4b8621b0bdabf50b0af91785 /databases/p5-DBI-Shell/DESCR
parente73163d291bdde2c9f1195ff4142e08adac8b73e (diff)
downloadpkgsrc-ca3640875d2fa736d63b8a199b7d99fd9cc1eb86.tar.gz
Import p5-DBI-Shell from pkgsrc-wip. Packaged by Eric Schnoebelen,
improved by wiz@, and slightly modified by me. The DBI Shell, or dbish, is a command-line tool that allows you to run arbitrary SQL statements and diagnostics against databases without needing to write a complete Perl program.
Diffstat (limited to 'databases/p5-DBI-Shell/DESCR')
-rw-r--r--databases/p5-DBI-Shell/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBI-Shell/DESCR b/databases/p5-DBI-Shell/DESCR
new file mode 100644
index 00000000000..9d935b1a617
--- /dev/null
+++ b/databases/p5-DBI-Shell/DESCR
@@ -0,0 +1,4 @@
+The DBI Shell, or dbish, is a command-line tool that allows you to run
+arbitrary SQL statements and diagnostics against databases without
+needing to write a complete Perl program.
+ -- Programming the Perl DBI, chapter 8