RAA - kirbybase/2.2.1

kirbybase / 2.2.1

Short description: Simple, plain-text database management system written in Ruby.
Category: Library/Database
Status: stable
Created: 2004-06-11 00:12:18 GMT
Last update: 2005-08-10 01:28:10 GMT
Owner: Jamey Cribbs (Projects of this owner)
Homepage: http://www.netpromi.com/kirbybase_ruby.html
Download: http://www.netpromi.com/files/KirbyBase_Ruby_2.2.1.zip
License: Ruby's
Dependency:
None
Description:

KirbyBase is a simple, pure-Ruby, plain-text dbms. Some of it's features include:

* All data is kept in plain-text files that can be edited by hand by simply opening a text editor.

* It can be used either in a single-user, embedded mode, or in a client/server, multi-user mode.

* You can access and select data with specific field types including: String, Integer, Float, Boolean, Date, and DateTime.

* You can use Ruby's code blocks to perform queries, instead of having to use a foreign language such as SQL.

* The entire library is in one 45k file.

Versions: [2.5.2 (2006-01-03)] [2.5.1 (2005-12-28)] [2.5 (2005-12-02)] [2.4 (2005-11-13)] [2.3 (2005-10-10)] [2.2.1 (2005-08-10)] [2.2 (2005-05-03)] [2.1 (2005-04-13)] [2.0 (2005-03-29)] [1.6 (2004-06-23)] [1.5.1 (2004-06-11)]

Edit this project (for project owner)

back to RAA top