SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-ORLite
Version : 1.98 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.1 Date : 2015-04-15 14:29:25
Group : Development/Libraries/Perl Source RPM : perl-ORLite-1.98-1.1.src.rpm
Size : 0.12 MB
Packager : (none)
Summary : Extremely light weight SQLite-specific ORM
Description :
the SQLite manpage 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 the Class::DBI
manpage or the DBIx::Class manpage.

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/openSUSE_13.2/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(ORLite)
perl-ORLite

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(:MODULE_COMPAT_5.20.1)
perl(DBI) => 1.607
perl(Params::Util) => 1.00
perl(File::Path) => 2.08
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(File::Remove) => 1.40
perl(DBD::SQLite) => 1.27
perl(File::Temp) => 0.20


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

 
ICM