CGI::Wiki::Setup::SQLite

CGI::Wiki::Setup::SQLite allows to set up tables for a CGI::Wiki store in a SQLite database.
Download

CGI::Wiki::Setup::SQLite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kake Pugh
  • Publisher web site:
  • http://search.cpan.org/~kake/URI-Find-Delimited-0.02/lib/URI/Find/Delimited.pm

CGI::Wiki::Setup::SQLite Tags


CGI::Wiki::Setup::SQLite Description

CGI::Wiki::Setup::SQLite allows to set up tables for a CGI::Wiki store in a SQLite database. CGI::Wiki::Setup::SQLite allows to set up tables for a CGI::Wiki store in a SQLite database.SYNOPSIS use CGI::Wiki::Setup::SQLite; CGI::Wiki::Setup::MySQLite::setup($dbfile);Set up a SQLite database for use as a CGI::Wiki store.FUNCIONSsetup use CGI::Wiki::Setup::SQLite; CGI::Wiki::Setup::SQLite::setup( $filename );or CGI::Wiki::Setup::SQLite::setup( $dbh );Takes one argument - either the name of the file that the SQLite database is stored in or an active database handle.NOTE: If a table that the module wants to create already exists, setup will leave it alone. This means that you can safely run this on an existing CGI::Wiki database to bring the schema up to date with the current CGI::Wiki version. If you wish to completely start again with a fresh database, run cleardb first.cleardb use CGI::Wiki::Setup::SQLite; # Clear out all CGI::Wiki tables from the database. CGI::Wiki::Setup::SQLite::cleardb( $filename );or CGI::Wiki::Setup::SQLite::cleardb( $dbh );Takes one argument - either the name of the file that the SQLite database is stored in or an active database handle.Clears out all CGI::Wiki store tables from the database. NOTE that this will lose all your data; you probably only want to use this for testing purposes or if you really screwed up somewhere. Note also that it doesn't touch any CGI::Wiki search backend tables; if you have any of those in the same or a different database see CGI::Wiki::Setup::DBIxFTS or CGI::Wiki::Setup::SII, depending on which search backend you're using. Requirements: · Perl


CGI::Wiki::Setup::SQLite Related Software