745c29b0a2
retrieve data. It does this by using a table called __Store__. Once connected to a database, it will detect if this table is missing and create it if necessary. When writing data to the store, the data (a HASH reference) is first serialized using JSON and then inserted/updated via DBIx::Class to (currently) an SQLite backend. Retrieving data from the store is done by key lookup or by searching an SQL-based index. Once found, the data is deserialized via JSON and returned. WWW: http://search.cpan.org/dist/DBIx-NoSQL/
19 lines
720 B
Text
19 lines
720 B
Text
%%SITE_PERL%%/DBIx/NoSQL.pm
|
|
%%SITE_PERL%%/DBIx/NoSQLite.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Model/Field.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Model/Index.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Entity.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/TypeMap.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Class.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Store.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Search.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Model.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Stash.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/Storage.pm
|
|
%%SITE_PERL%%/DBIx/NoSQL/ClassScaffold.pm
|
|
@dirrmtry %%SITE_PERL%%/DBIx/NoSQL/Model
|
|
@dirrmtry %%SITE_PERL%%/DBIx/NoSQL
|
|
@dirrmtry %%SITE_PERL%%/DBIx
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/NoSQL/.packlist
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/NoSQL
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|