SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-ORLite rpm build for : OpenSuSE. For other distributions click perl-ORLite.

Name : perl-ORLite
Version : 2.00 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-08-20 07:32:21
Group : Unspecified Source RPM : perl-ORLite-2.00-lp155.1.1.src.rpm
Size : 0.09 MB
Packager : https://www_suse_com/
Summary : Extremely light weight SQLite-specific ORM
Description :
SQLite is a light single file SQL database that provides an excellent
platform for embedded storage of structured data.

However, while it is superficially similar to a regular server-side SQL
database, SQLite has some significant attributes that make using it like a
traditional database difficult.

For example, SQLite is extremely fast to connect to compared to server
databases (1000 connections per second is not unknown) and is particularly
bad at concurrency, as it can only lock transactions at a database-wide
level.

This role as a superfast internal data store can clash with the roles and
designs of traditional object-relational modules like Class::DBI or
DBIx::Class.

What this situation would seem to need is an object-relation system that is
designed specifically for SQLite and is aligned with its idiosyncracies.

ORLite is an object-relation system specifically tailored for SQLite that
follows many of the same principles as the ::Tiny series of modules and has
a design and feature set that aligns directly to the capabilities of
SQLite.

Further documentation will be available at a later time, but the synopsis
gives a pretty good idea of how it works.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-ORLite-2.00-lp155.1.1.noarch.rpm
     

Provides :
perl(ORLite)
perl-ORLite

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(DBD::SQLite) >= 1.27
perl(DBI) >= 1.607
perl(File::Path) >= 2.080000
perl(File::Remove)
perl(Params::Util) >= 1.00
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/ORLite.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-ORLite
/usr/share/doc/packages/perl-ORLite/CONTRIBUTING
/usr/share/doc/packages/perl-ORLite/Changes
/usr/share/doc/packages/perl-ORLite/README
/usr/share/licenses/perl-ORLite
/usr/share/licenses/perl-ORLite/LICENSE
/usr/share/man/man3/ORLite.3pm.gz

 
ICM