diff options
| author | Jamis Buck <jamis@37signals.com> | 2005-01-09 15:04:16 +0000 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2005-01-09 15:04:16 +0000 |
| commit | c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2 (patch) | |
| tree | fa6c5fdee64da937145d594348100b03225a4207 /README | |
| download | third_party-sqlite3-ruby-c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2.tar.gz third_party-sqlite3-ruby-c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2.tar.xz third_party-sqlite3-ruby-c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2.zip | |
Changed layout to support tagging and branching
Diffstat (limited to 'README')
| -rw-r--r-- | README | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ += SQLite3/Ruby Interface + +This module allows Ruby programs to interface with the SQLite3 +database engine (http://www.sqlite.org). You must have the +SQLite engine installed in order to build this module. + +Note that this module is NOT compatible with SQLite 2.x. + + +== Compilation and Installation + +Simply do the following, after installing SQLite3: + + ruby setup.rb config + ruby setup.rb setup + ruby setup.rb install + +Alternatively, you can download and install the RubyGem package for +SQLite3/Ruby (you must have RubyGems and SQLite3 installed, first): + + gem install --remote sqlite3-ruby + + +== Usage + +For help figuring out the SQLite3/Ruby interface, check out the +FAQ[http://sqlite-ruby.rubyforge.org/sqlite3/faq.html]. It includes examples of +usage. If you have any questions that you feel should be address in the +FAQ, please send them to jamis_buck@byu.edu. + + +== 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! |
