Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Wiki::Toolkit::Setup::SQLite 0.74

    Download button

    No screenshots available
    Downloads: 373  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kake Pugh | More programs
    Perl Artistic License / FREE
    October 16th, 2007, 22:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Wiki::Toolkit::Setup::SQLite description

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

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

    SYNOPSIS

    use Wiki::Toolkit::Setup::SQLite;
    Wiki::Toolkit::Setup::MySQLite::setup($dbfile);

    Set up a SQLite database for use as a Wiki::Toolkit store.

    FUNCIONS

    setup
    use Wiki::Toolkit::Setup::SQLite;

    Wiki::Toolkit::Setup::SQLite::setup( $filename );

    or

    Wiki::Toolkit::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 Wiki::Toolkit database to bring the schema up to date with the current Wiki::Toolkit version. If you wish to completely start again with a fresh database, run cleardb first.

    cleardb
    use Wiki::Toolkit::Setup::SQLite;

    # Clear out all Wiki::Toolkit tables from the database.
    Wiki::Toolkit::Setup::SQLite::cleardb( $filename );

    or

    Wiki::Toolkit::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 Wiki::Toolkit 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 Wiki::Toolkit search backend tables; if you have any of those in the same or a different database see Wiki::Toolkit::Setup::DBIxFTS or Wiki::Toolkit::Setup::SII, depending on which search backend you're using.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Wiki::Toolkit store | Postgres database | Perl module | Wiki::Toolkit | store | Postgres

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM