= SQLite/Ruby Interface

This module allows Ruby programs to interface with the SQLite
database engine (http://www.sqlite.org).  You must have the
SQLite engine installed in order to build this module.


== Compilation and Installation

Simply do the following, after installing SQLite:

  ruby install.rb

Alternatively, you can download and install the RubyGem package for
SQLite/Ruby (you must have RubyGems and SQLite installed, first):

  gem --remote --install sqlite

To run the sample programs, run them from the parent
directory of the 'samples' dir:

  ruby samples/define_db.rb
  ruby samples/queries.rb
  ruby samples/advanced.rb


== Contact Information

The project page is http://rubyforge.org/projects/sqlite-ruby. There, you can find
links to mailing lists and forums that you can use to discuss this library. Additionally,
there are trackers for submitting bugs and feature requests. Feel free to use them!
