cvs commit: ports/databases Makefile ports/databases/p5-DBIx-NoSQL Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Tue Dec 7 01:47:56 UTC 2010


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)


More information about the cvs-ports mailing list