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 |