| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-NoSQL/Changes
Notes:
svn path=/head/; revision=311366
|
|
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0019/Changes
- Trim Makefile headers
- Reset maintainer to perl@
Notes:
svn path=/head/; revision=311124
|
|
|
|
|
|
|
|
|
|
|
| |
- Add TEST_DEPENDS to enable testing
PR: ports/164219
Submitted by: swills (myself)
Approved by: maintainer timeout (wen, > 1 month)
Notes:
svn path=/head/; revision=291835
|
|
|
|
|
|
|
| |
ChangeLog: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0018/Changes
Notes:
svn path=/head/; revision=288727
|
|
|
|
|
|
|
| |
ChangeLog: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0017/Changes
Notes:
svn path=/head/; revision=272669
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: http://search.cpan.org/src/ROKR/DBIx-NoSQL-0.0015/Changes
PR: ports/153057
Submitted by: pgollucci@
Notes:
svn path=/head/; revision=266167
|
|
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/
Notes:
svn path=/head/; revision=265766
|