repocop-sqlite(1)
| REPOCOP-SQLITE(1) | User Contributed Perl Documentation | REPOCOP-SQLITE(1) |
NAME
repocop-sqlite - repocop wrapper to sqlite that adds a few rpm-specific functions to sqlite.
SYNOPSIS
repocop-sqlite [DB] [SQL]
DESCRIPTION
repocop-sqlite
OPTIONS
- --function
- Path to a perl file that defines perl user function to be registered in
sqlite. this option can be used multiple times.
The perl file that defines a function should look as follows. push @USERFUNC, {
NAME => 'sql name',
ARGS => 2,
FUNC => sub {...} };
AUTHOR
Written by Igor Vlasenko <viy@altlinux.org>.
ACKNOWLEGEMENTS
To Alexey Torbin <at@altlinux.org>, whose qa-robot package had a strong influence on repocop.
COPYING
Copyright (c) 2008-2022 Igor Vlasenko, ALT Linux Team.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| 2022-09-15 | perl v5.34.0 |
