SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Database-DumpTruck rpm build for : openSUSE Tumbleweed. For other distributions click perl-Database-DumpTruck.

Name : perl-Database-DumpTruck
Version : 1.2 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 4.41 Date : 2022-02-27 08:17:53
Group : Development/Libraries/Perl Source RPM : perl-Database-DumpTruck-1.2-4.41.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Relaxing interface to SQLite
Description :
This is a simple document-oriented interface to a SQLite database, modelled
after Scraperwiki\'s Python \'dumptruck\' module. It allows for easy (and
maybe inefficient) storage and retrieval of structured data to and from a
database without interfacing with SQL.

Database::DumpTruck attempts to identify the type of the data you\'re
inserting and uses an appropriate SQLite type:

* \'integer\'

This is used for integer values. Will be used for \'8086\', but not \'\"8086\"\'
or \'8086.0\'.

* \'real\'

This is used for numeric values that are not integer. Will be used for
\'8086.0\', but not \'\"8086\"\' or \'8086\'.

* \'bool\'

This is used for values that look like result of logical statemen. A crude
check for values that are both \'\"\"\' and \'0\' or both \'\"1\"\' and \'1\' at the
same time is in place. This is a result of comparison or a negation.

To force a value to look like boolean, prepend it with a double negation:
e.g. \'!!0\' or \'!!1\'.

* \'json text\'

Used for \'ARRAY\' and \'HASH\' references. Values are converted into and from
JSON strings upon \'insert\' and \'dump\'.

* \'text\'

Pretty much everything else.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Database-DumpTruck-1.2-4.41.noarch.rpm
     

Provides :
perl(Database::DumpTruck)
perl-Database-DumpTruck

Requires :
perl(:MODULE_COMPAT_5.34.0)
perl(DBD::SQLite)
perl(DBI)
perl(JSON)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.34.0/Database
/usr/lib/perl5/vendor_perl/5.34.0/Database/DumpTruck.pm
/usr/share/man/man3/Database::DumpTruck.3pm.gz

 
ICM