From 274a4917c33d3495b5261d17fc9360f876ef2b5b Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 19 Jun 2009 16:02:00 +0000 Subject: [PATCH] DBD-SQLite: dbish is from DBI::Shell, not from DBI --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index c5a95e2..5b1dc90 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -832,7 +832,7 @@ database file must be writable by SQLite because the library will create several temporary files there. To access the database from the command line, try using dbish which comes with -the DBI module. Just type: +the L module. Just type: dbish dbi:SQLite:foo.db