summaryrefslogtreecommitdiff
path: root/databases/p5-DBI-Shell/DESCR
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-22 01:38:58 +0000
committerminskim <minskim@pkgsrc.org>2004-02-22 01:38:58 +0000
commit27fcce29a499f38e0b0a136a434d554d3e42ebec (patch)
tree1e1fdc5947ba8a3e4b8621b0bdabf50b0af91785 /databases/p5-DBI-Shell/DESCR
parentb692b41bfec451789916a84e1b14e98ccdb54911 (diff)
downloadpkgsrc-27fcce29a499f38e0b0a136a434d554d3e42ebec.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