1Wiki::Toolkit::Store::SUQsLeirteC(o3n)tributed Perl DocuWmieknit:a:tTiooonlkit::Store::SQLite(3)
2
3
4
6 Wiki::Toolkit::Store::SQLite - SQLite storage backend for Wiki::Toolkit
7
9 See Wiki::Toolkit::Store::Database
10
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.36.0 2023-01-20 Wiki::Toolkit::Store::SQLite(3)