Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2010 01:47:56 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/p5-DBIx-NoSQL Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201012070147.oB71lubl083764@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wen         2010-12-07 01:47:56 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/p5-DBIx-NoSQL Makefile distinfo pkg-descr pkg-plist 
  Log:
  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: http://search.cpan.org/dist/DBIx-NoSQL/
  
  Revision  Changes    Path
  1.923     +1 -0      ports/databases/Makefile
  1.1       +31 -0     ports/databases/p5-DBIx-NoSQL/Makefile (new)
  1.1       +2 -0      ports/databases/p5-DBIx-NoSQL/distinfo (new)
  1.1       +13 -0     ports/databases/p5-DBIx-NoSQL/pkg-descr (new)
  1.1       +19 -0     ports/databases/p5-DBIx-NoSQL/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012070147.oB71lubl083764>