logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Methods

new
             my $store = Wiki::Toolkit::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 the version of the updated  node  on  successful  writing,  0  if  checksum
           doesn't match, -1 if the change was not applied, croaks on error.

perl v5.32.0                                       2021-01-04                  Wiki::Toolkit::Store::SQLite(3pm)

Name

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

Synopsis

       See Wiki::Toolkit::Store::Database

See Also