NAME
CGI::Wiki::Setup::SQLite - set up tables for CGI::Wiki in a SQLite database.
SYNOPSIS
use CGI::Wiki::Setup::SQLite;
CGI::Wiki::Setup::MySQLite::setup($dbfile);
DESCRIPTION
Set up a SQLite database for use with CGI::Wiki. Has only one function, setup
, which takes as an argument the name of the file to use to store the database in.
Note: the SQLite database will be dropped and recreated, so you will lose any extra tables you may have created in it. I don't think this is likely to be a problem; tell me if it is.
AUTHOR
Kake Pugh (kake@earth.li).
COPYRIGHT
Copyright (C) 2002 Kake Pugh. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.