DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdbix-class-perl
Beschreibungextensible and flexible object <-> relational mapper
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.08123-1
Sektionperl
Prioritätoptional
Installierte Größe2172 Byte
Hängt ab vonperl (>= 5.10.1), libcarp-clan-perl (>= 6), libclass-accessor-grouped-perl (>= 0.09003), libclass-c3
Empfohlene Paketelibsql-translator-perl (>= 0.11006)
PaketbetreuerDebian Perl Group
Quelle
Paketgröße709822 Byte
Prüfsumme MD5910bc69054f4ec9d348ddada8d34078a
Prüfsumme SHA1729a350d8d4cfbcaadacf3a6eaae101cd809cbe6
Prüfsumme SHA2568f8246e6bfeb0fece90d83c101f4f0eb5d3bed1cbfe8d5fd3f1d19104ba7d2c4
Link zum Herunterladenlibdbix-class-perl_0.08123-1_all.deb
Ausführliche BeschreibungDBIx::Class 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).


Impressum
Linux is a registered trademark of Linus Torvalds