Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/kirbybase
simple, pure-Ruby, flat-file database
https://github.com/manveru/kirbybase
Last synced: 2 months ago
JSON representation
simple, pure-Ruby, flat-file database
- Host: GitHub
- URL: https://github.com/manveru/kirbybase
- Owner: manveru
- Created: 2012-04-16T17:04:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-16T17:11:46.000Z (over 12 years ago)
- Last Synced: 2023-04-10T15:07:36.256Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 393 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changes.txt
Awesome Lists containing this project
README
= KirbyBase 2.6
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.== Author
Written in 2005 by Jamey Cribbs
== 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:== Home Page
http://www.netpromi.com/kirbybase_ruby.html