NAME
CGI::Wiki::Store::SQLite - SQLite storage backend for CGI::Wiki
SYNOPSIS
See CGI::Wiki::Store::Database
METHODS
- new
-
my $store = CGI::Wiki::Store::SQLite->new( dbname => "wiki" );
The dbname parameter is mandatory.
- check_and_write_node
-
$store->check_and_write_node( node => $node, checksum => $checksum, %other_args );
Locks the node, verifies the checksum, calls
write_node_post_locking
with all supplied arguments, unlocks the node. Returns 1 on successful writing, 0 if checksum doesn't match, croaks on error.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 31:
=over without closing =back
- Around line 49:
=over without closing =back