1Wiki::Toolkit::Store::SUQsLeirteC(o3n)tributed Perl DocuWmieknit:a:tTiooonlkit::Store::SQLite(3)
2
3
4

NAME

6       Wiki::Toolkit::Store::SQLite - SQLite storage backend for Wiki::Toolkit
7

SYNOPSIS

9       See Wiki::Toolkit::Store::Database
10

METHODS

12       new
13             my $store = Wiki::Toolkit::Store::SQLite->new( dbname => "wiki" );
14
15           The dbname parameter is mandatory.
16
17       check_and_write_node
18             $store->check_and_write_node( node     => $node,
19                           checksum => $checksum,
20                                           %other_args );
21
22           Locks the node, verifies the checksum, calls
23           "write_node_post_locking" with all supplied arguments, unlocks the
24           node. Returns the version of the updated node on successful
25           writing, 0 if checksum doesn't match, -1 if the change was not
26           applied, croaks on error.
27
28
29
30perl v5.32.0                      2020-07-28   Wiki::Toolkit::Store::SQLite(3)
Impressum