This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
forked from manveru/KirbyBase
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
65 lines (40 loc) · 1.65 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
= KirbyBase 2.6.1
A small, NoSQL, plain-text, dbms written in Ruby. It can be used either embedded
or client/server.
== Installation
You can install Kirbybase via ruby gems:
gem install KirbyBase
== 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.
== Author
Written in 2005 by Jamey Cribbs <mailto:[email protected]>
version 2.6.1 release & maintenance by gurugeek
== 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 through the github repository
https://github.com/gurugeek/KirbyBase
== Home Page
http://www.netpromi.com/kirbybase_ruby.html