RAA - arunadb

arunadb / 0.80

Short description: ArunaDB
Category: Library/Database
Status: Working
Created: 2001-11-21 20:40:16 GMT
Last update: -
Owner: Michael Davis (Projects of this owner)
Homepage: http://www.arunadb.com
Download: http://www.arunadb.com
License: Ruby's
Dependency:
None
Description:

ArunaDB or Aruna DataBase is a database server written almost purely in Ruby. ArunaDB consists of three sets of Ruby classes. The first set of classes are utilities such as a btree, filestore, catalog etc. These classes provide low-level support for ArunaDB. The second set of classes allow you to embed ArunaDB into your Ruby programs by providing support for columns, tables, indexes, views, etc. The third set of classes are is called the ArunaDB Database Server and include classes for a server and many clients. These classes will include support for many current users and SQL support. The embedded portion of ArunaDB supports multiple threads but your Ruby program must create and manage those threads. The ArunaDB database server will provide a mechanism for multiple users to connect to an ArunaDB data server at the same time. The ArunaDB database server has not been created yet. The ArunaDB Embedded classes are working but need more documentation and testing. The ArunaDB Utilites are working great.

Edit this project (for project owner)

back to RAA top