Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / p5-DBIx-NoSQL / pkg-descr
1 DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and
2 retrieve data. It does this by using a table called __Store__. Once connected
3 to a database, it will detect if this table is missing and create it if
4 necessary.
5
6 When writing data to the store, the data (a HASH reference) is first
7 serialized using JSON and then inserted/updated via DBIx::Class to (currently)
8 an SQLite backend.
9
10 Retrieving data from the store is done by key lookup or by searching an
11 SQL-based index. Once found, the data is deserialized via JSON and returned.
12
13 WWW: https://metacpan.org/release/DBIx-NoSQL