-
-
14 Jun 2009 08:23:59 UTC
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues (122)
- Testers (139 / 4 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (399.28KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
mst: Matt S. Trout
- Dependencies
- Carp::Clan
- Class::Accessor::Grouped
- Class::C3::Componentised
- Class::Inspector
- DBD::SQLite
- DBI
- Data::Page
- JSON::Any
- List::Util
- MRO::Compat
- Module::Find
- Path::Class
- SQL::Abstract
- SQL::Abstract::Limit
- Scalar::Util
- Scope::Guard
- Storable
- Sub::Name
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.08107 - 2009-06-14
- Fix serialization regression introduced in 0.08103 (affects Cursor::Cached)
- POD fixes
- Fixed incomplete ::Replicated debug output
Documentation
Index of the ManualDeveloping DBIx::Class ComponentsMiscellaneous recipesWhat documentation do we have?Simple CD database exampleFrequently Asked Questions (in theory)Clarification of terms used.Introduction to DBIx::ClassManual on joining tables with DBIx::ClassHow to read and write DBIx::Class POD.Got a problem? Shoot it.Execute operations upon DBIx::Class objects.Modules
Extensible and flexible object <-> relational mapper.See Class::Accessor::GroupedClass::DBI Compatibility layer.Emulates Class::DBI::AbstractSearchEmulates the behavior of Class::DBI where the object can be accessed as a hash of columns.Emulates Class::DBI->copy($new_id)Emulates the extra behaviors of the Class::DBI search iterator.Defines empty methods for object indexing. They do nothingEmulate the Class::DBI::Relationship object returned from meta_info()Emulate has_a(), has_many(), might_have() and meta_info()Transform SQLCore set of DBIx::Class modulesAbstract object representing a query cursor on a resultset.(DEPRECATED) classdata schema componentException objects for DBIx::ClassAutomatically create references from column dataAuto-create DateTime objects from date and datetime columns.map files from the Database to the filesystem.Modify the position of objects in an ordered list.Primary Key classAutomatic primary key class(DEPRECATED) Automatic primary key class for DB2(DEPRECATED) Automatic primary key class for MSSQL(DEPRECATED) Automatic primary key class for MySQL(DEPRECATED) Automatic primary key class for Oracle(DEPRECATED) Automatic primary key class for Pg(DEPRECATED) Automatic primary key class for SQLiteInter-table relationshipsInter-table relationshipsGet raw hashrefs from a resultsetRepresents a query used for fetching a set of results.helpful methods for messing with a single column of the resultsetscheduled for deletion in 09000Result source objectTable objectResultSource object representing a viewDecouple Rows/ResultSets objects from their Source objectsprovides a classdata table object and method proxiesBasic row methodsThis module is a subclass of SQL::Abstract::Limit and includes a number of DBIC-specific workarounds, not yet suitable for inclusion into SQLA proper.Pre-ANSI Joins-via-Where-Clause Syntaxcomposable schemasDBIx::Class::Schema plugin for Schema upgradeshooks for Storable freeze/thawRun environment checks on startupGeneric Storage HandlerDBI storage handlerObject representing a query cursor on a resultset.Automatic primary key class for DB2Storage::DBI subclass for MSSQLStorage component for RDBMS supporting multicolumn in clausesSometime DBDs have poor to no support for bind variablesBase class for ODBC driversSupport specific to MS Access over ODBCSupport specific to DB2/400 over ODBCSupport specific to Microsoft SQL Server over ODBCBase class for Oracle driverAutomatic primary key class for OracleOracle joins in WHERE syntax support (instead of ANSI).Automatic primary key class for PostgreSQLBETA Replicated database supportA Software Load BalancerJust get the First BalancerA 'random' BalancerManage a pool of replicantsA replicated DBI Storage RoleTypes used internally by DBIx::Class::Storage::DBI::ReplicatedA DBI Storage Role with DSN information in trace outputRole to add a query counterAutomatic primary key class for SQLiteStorage::DBI subclass for Sybase(DEPRECATED) Legacy storage class for MSSQL via DBD::SybaseStorage::DBI subclass for MSSQL via DBD::SybaseAutomatic primary key class for MySQLSQL StatisticsScope-based transaction handlingForce UTF8 (Unicode) flag on columnsCreate a SQL::Translator schema from a DBIx::Class::Schema instanceDBIx::Class file producerProvides
in lib/DBIx/Class/CDBICompat/Iterator.pmExamples
Other files
Module Install Instructions
To install DBIx::Class, copy and paste the appropriate command in to your terminal.
cpanm DBIx::Class
perl -MCPAN -e shell install DBIx::Class
For more information on module installation, please visit the detailed CPAN module installation guide.