Sha256: f4aa22f1890b9ad8a163e0f03386dea8f7befdea95b03ed0b74594d6940045a4

Contents?: true

Size: 1.84 KB

Versions: 1

Compression:

Stored size: 1.84 KB

Contents

= KirbyBase 2.5.2

A small, plain-text, dbms written in Ruby.  It can be used either embedded 
or client/server.  


== Installation

Unpack the file you downloaded.  Execute "ruby install.rb" or simply make 
sure kirbybase.rb is somewhere in your Ruby library path.


== Documentation

Documentation is in kirbybaserubymanual.html.  Also, RDoc generated 
documentation is in the doc directory.

See the examples directory for examples of how to use KirbyBase.


== Manifest

* README - this file
* install.rb - install script
* changes.txt - history of changes.
* kirbybaserubymanual.html - documentation
* lib/kirbybase.rb - dbms library
* bin/kbserver.rb - multi-threaded database server script.
* test directory - unit tests
* examples directory - many example scripts demonstrating features.
* images directory - images used in manual.


== Warning

KirbyBase defines #method_missing for NilClass.  This might bite you in the
butt if you override NilClass.method_missing yourself.


== Author

Written in 2005 by Jamey Cribbs <mailto:jcribbs@twmi.rr.com>


== License

KirbyBase is distributed under the same license as Ruby.

Copyright (c) 2005 Jamey Cribbs



== Warranty

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


== Feedback

Please send any bug reports, suggestions, ideas,
improvements, to:

jcribbs@twmi.rr.com

== Home Page

http://www.netpromi.com/kirbybase_ruby.html

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
KirbyBase-2.5.2 README