Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Aug 10 04:35:34 -0700 2009 | |
| |
Changes | Sat Oct 24 11:58:21 -0700 2009 | |
| |
MANIFEST.SKIP | Mon Aug 10 04:35:34 -0700 2009 | |
| |
Makefile.PL | Wed Sep 23 03:40:47 -0700 2009 | |
| |
README.mkdn | Sat Jan 17 15:29:48 -0800 2009 | |
| |
TODO | Sun Jul 05 06:35:29 -0700 2009 | |
| |
bench/ | Thu Sep 17 04:21:48 -0700 2009 | |
| |
bin/ | Thu Sep 17 04:21:48 -0700 2009 | |
| |
lib/ | Sat Oct 24 11:58:33 -0700 2009 | |
| |
notes/ | Mon Jul 21 23:59:51 -0700 2008 | |
| |
t/ | Wed Sep 23 03:45:45 -0700 2009 |
RESOURCES
- #kiokudb & #moose on irc.perl.org
- project homepage
- architectural overview
- KiokuDB::Tutorial
DESCRIPTION
KiokuDB is a Moose based frontend to various data stores:
Its purpose is to provide persistence for "regular" Perl objects with as little effort as possible, without sacrificing control over how persistence is actually done, especially for harder to serialize objects.
KiokuDB is also non-invasive: it does not use ties, AUTOLOAD, overloading, proxy objects or any other type of trickery.
KiokuDB is meant to solve two related persistence problems:
Transparent persistence
Store arbitrary objects without changing their class definitions or worrying about schema details, and without needing to conform to the limitations of a relational model.
Interoperability
Persisting arbitrary objects in a way that is compatible with existing data/code (for example interoprating with another app using CouchDB with JSPON semantics).







