= TapKit - Object-Relational Bridge Framework

== What is TapKit?
TapKit is an Object-Relational Bridge framework like
Enterprise Objects Framework in WebObjects of Apple Computer, Inc.
This framework services database programming without SQL language.

Sorry, now document is Japanese only.

== System Requirements
If you use CSV file as database, TapKit doesn't need other libraries.

* Ruby 1.8.0 or later
* MySQL, PostgreSQL - Ruby/DBI
* OpenBase - Ruby/OpenBase
* CSV file - Nothing

== Installation
Use setup.rb for installing.

  % ruby setup.rb config
  % sudo ruby setup.rb install

== See also
* www - www.spice-of-life.net/tapkit/
* mail - info@spice-of-life.net

== License
TapKit is copyright (C) 2003-2004 SPICE OF LIFE.
It is a free software distributed under the BSD license.

== Author
SUZUKI Tetsuya <suzuki@spice-of-life.net>

