Description
p5-DBIx-NoSQL - NoSQL-ish overlay for an SQL database
Property | Value |
---|---|
Distribution | FreeBSD 11 |
Repository | FreeBSD Ports Quarterly i386 |
Package filename | p5-DBIx-NoSQL-0.0021.txz |
Package name | p5-DBIx-NoSQL |
Package version | 0.0021 |
Package release | - |
Package architecture | i386 |
Package type | txz |
Category | databases perl5 |
Homepage | https://metacpan.org/release/DBIx-NoSQL |
License | GPLv1+, ART10 |
Maintainer | perl@FreeBSD.org |
Download size | 32.04 KB |
Installed size | 100.91 KB |
DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and 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: https://metacpan.org/release/DBIx-NoSQL
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
p5-DBIx-NoSQL-0.0021.txz | 0.0021 | amd64 | FreeBSD Ports Quarterly |
p5-DBIx-NoSQL-0.0021.txz | 0.0021 | i386 | FreeBSD Ports Latest |
p5-DBIx-NoSQL-0.0021.txz | 0.0021 | amd64 | FreeBSD Ports Latest |
p5-DBIx-NoSQL | - | - | - |
Requires
Name | Value |
---|---|
p5-Clone | = 0.41 |
p5-DBD-SQLite | = 1.62 |
p5-DBIx-Class | = 0.082841 |
p5-Data-GUID | = 0.049 |
p5-Hash-Merge-Simple | = 0.051_5 |
p5-JSON | = 2.97.001 |
p5-JSON-XS | = 4.02 |
p5-Moose | = 2.2011,1 |
p5-Path-Class | = 0.37 |
p5-SQL-Translator | = 0.11024 |
p5-Try-Tiny | = 0.30 |
perl5 | = 5.28.1_1 |
Download
Type | URL |
---|---|
Mirror | pkg.freebsd.org |
Binary Package | p5-DBIx-NoSQL-0.0021.txz |
Source Package | databases/p5-DBIx-NoSQL |
Install Howto
Install p5-DBIx-NoSQL txz package:
# pkg install p5-DBIx-NoSQL
See Also
Package | Description |
---|---|
p5-DBIx-Password-1.9_1.txz | Allows you to create a global password file for DB passwords |
p5-DBIx-Perlish-1.03.txz | Perlish interface to SQL databases |
p5-DBIx-QueryLog-0.41.txz | Perl extension for logging queries for DBI |
p5-DBIx-Recordset-0.26_1.txz | Perl module for abstraction and simplification of database access |
p5-DBIx-RetryOverDisconnects-0.08_1.txz | Keeps database connection persistent |
p5-DBIx-SQLEngine-0.93_1.txz | Extends DBI with high-level operations |
p5-DBIx-SQLite-Simple-0.35.txz | Easy access to SQLite databases using objects |
p5-DBIx-Safe-1.2.5_3.txz | Safer access to your database through a DBI database handle |
p5-DBIx-SearchBuilder-1.66_2.txz | Perl extension for easy SQL SELECT Statement generation |
p5-DBIx-Sequence-1.5_1.txz | DBIx::Sequence - A simple SQL92 ID generator |
p5-DBIx-Simple-1.37.txz | Simplified object oriented interface to Perl DBI |
p5-DBIx-Skinny-0.0742_1.txz | Perl extension for simple DBI wrapper/ORMapper |
p5-DBIx-Skinny-InflateColumn-DateTime-0.06_1.txz | Perl extension to inflate/deflate DateTime for DBIx::Skinny |
p5-DBIx-Skinny-Mixin-DBHResolver-0.04_1.txz | Perl extension of DBIx::DBHResolver mixin for DBIx::Skinny |
p5-DBIx-Skinny-Pager-0.11_1.txz | Perl extension of resultset pager for DBIx::Skinny |
Advertisement
Advertisement