-
-
27 Jun 2010 15:03:14 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (2 / 0 / 0)
- Kwalitee
Bus factor: 3- License: perl_5
- Activity
24 month- Tools
- Download (67.75KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Yuval Kogman
- Dependencies
- Carp
- Class::Accessor::Grouped
- DBI
- DBIx::Class
- DBIx::Class::Core
- DBIx::Class::ResultSource::Table
- DBIx::Class::Schema
- Data::Stream::Bulk
- Data::Stream::Bulk::DBI
- JSON
- KiokuDB
- KiokuDB::Backend
- KiokuDB::Backend::Role::Clear
- KiokuDB::Backend::Role::Concurrency::POSIX
- KiokuDB::Backend::Role::GC
- KiokuDB::Backend::Role::Query::GIN
- KiokuDB::Backend::Role::Query::Simple
- KiokuDB::Backend::Role::Scan
- KiokuDB::Backend::Role::TXN
- KiokuDB::Backend::Serialize::Delegate
- KiokuDB::TypeMap
- KiokuDB::TypeMap::Entry
- KiokuDB::TypeMap::Entry::Naive
- Moose
- Moose::Util::TypeConstraints
- MooseX::Types
- MooseX::Types::Moose
- SQL::Abstract
- Scalar::Util
- Search::GIN
- Search::GIN::Extract::Delegate
- Test::More
- Test::TempDir
- Test::use::ok
- Try::Tiny
- namespace::autoclean
- namespace::clean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.Changes for version 1.11
- Support for DBIx::Class integration (KiokuDB objects and DBIC rows can point to each other, DBIC resultsets can be serialized in KiokuDB)
- All SQL operations that use placeholders now support limiting of the number of placeholders, splitting the operation into batches (this is enabled by default for SQLite which limits SQL statements to 999 placeholders) (Jason May)
- DBIx::Class::Optional::Dependencies now used in Makefile.PL to avoid problems with 'create => 1'
Modules
Refer to KiokuDB objects from DBIx::Class tables.A proxying result class for KiokuDB objectsHybrid DBIx::Class::Schema in KiokuDB schema support.DBI backend for KiokuDBKiokuDB::TypeMap::Entry for DBIx::Class::ResultSet objectsKiokuDB::TypeMap::Entry for DBIx::Class::ResultSourceHandle objects.KiokuDB::TypeMap::Entry for DBIx::Class::Row objects.KiokuDB::TypeMap::Entry for DBIx::Class::Schema objects.Provides
in lib/KiokuDB/Backend/DBI/Schema.pmExamples
Module Install Instructions
To install KiokuDB::Backend::DBI, copy and paste the appropriate command in to your terminal.
cpanm KiokuDB::Backend::DBI
perl -MCPAN -e shell install KiokuDB::Backend::DBI
For more information on module installation, please visit the detailed CPAN module installation guide.