[Bug 460867] New: Package review: perl-ORLite

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 2 07:56:39 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Package review: perl-ORLite

https://bugzilla.redhat.com/show_bug.cgi?id=460867

           Summary: Package review: perl-ORLite
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://mmaslano.fedorapeople.org/perl-ORLite/perl-ORLi
                    te-0.10-1.fc9.src.rpm
        OS/Version: Linux
            Status: NEW
          Severity: low
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: mmaslano at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


DESCRIPTION
THIS CODE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
YOU HAVE BEEN WARNED!
SQLite is a light weight 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 for SQLite that follows many
of the same principles as the ::Tiny series of modules and has a design 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 will work.

http://mmaslano.fedorapeople.org/perl-ORLite/perl-ORLite-0.10-1.fc9.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list