in reply to Re^3: SQLite command line
in thread SQLite command line

I know now how I should ask in the first time :-)
If sqlite3 is in the standard Perl distribution.
The answer is obviously no.
Thanks!

Replies are listed 'Best First'.
Re^5: SQLite command line
by ikegami (Patriarch) on Feb 01, 2012 at 19:56 UTC

    If sqlite3 is in the standard Perl distribution.

    "Is sqlite3 in the standard Perl distribution?"

    No.

    Considering that neither DBI nor DBD::SQLite (what DBI uses to access SQLite databases) is in the standard distribution, this should be no surprise.

    Furthermore, it's not in the DBD-SQLite distribution either. There's no reason to bundle the two clients, and lots of problems in trying to.