Extensible and flexible object <-> relational mapper.

Edit Package perl-DBIx-Class

This is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support.

DBIx::Class can handle multi-column primary and foreign keys, complex queries and database-level paging, and does its best to only query the database in order to return something you've directly asked for. If a resultset is used as an iterator it only fetches rows off the statement handle as requested in order to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, and is fork- and thread-safe out of the box (although your DBD may not be).

Refresh
Refresh
Source Files
Filename Size Changed
DBIx-Class-0.082843.tar.gz 0000879391 859 KB
cpanspec.yml 0000000235 235 Bytes
perl-DBIx-Class.changes 0000017886 17.5 KB
perl-DBIx-Class.spec 0000005822 5.69 KB
Revision 34 (latest revision is 35)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 979941 from Tina Müller's avatar Tina Müller (tinita) (revision 34)
- updated to 0.082843
   see /usr/share/doc/packages/perl-DBIx-Class/Changes
  0.082843 2022-05-17 10:50 (UTC)
      * Fixes
          - Adjust tests to account for DBD::SQLite's column_info() no longer
            being case-preserving in recent versions
          - Fix t/storage/replicated.t relying on no-longer-available module
          - Adjust t/53lean_startup.t to work around spurious changes in
            Perl5 core (GH#143)
Comments 0
openSUSE Build Service is sponsored by