arunadbbackend.rb

Path: lib/mues/os-extensions/arunadbbackend.rb  (CVS)
Last Update: Sat Aug 18 22:54:10 -0700 2007

!/usr/bin/ruby -w

This file contains the MUES::ObjectStore::ArunaDBBackend class: an ArunaDB-based backend for storing MUES::StorableObject objects in MUES.

See the MUES::ObjectStore::Backend for more information.

Synopsis

  require 'mues/objectstore'
  $arunaOs = MUES::ObjectStore::new(

Authors

  • Martin Chase <stillflame@FaerieMUD.org>
  • Michael Granger <ged@FaerieMUD.org>

To Do

  • Add indexKeys, hasIndex?, and addIndexes methods.

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

a_catalog   a_table   a_index   mues/objectstore   mues/storableobject  

[Validate]