This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 02 20:30:07 -0700 2008 | |
| |
ChangeLog | Sun Jan 30 20:36:50 -0800 2005 | |
| |
LICENSE | Fri May 02 20:46:26 -0700 2008 | |
| |
README | Fri May 02 20:46:26 -0700 2008 | |
| |
Rakefile | Sun Jan 30 20:37:38 -0800 2005 | |
| |
TODO | Sun Jan 09 07:02:34 -0800 2005 | |
| |
doc/ | Sun Jan 30 20:32:12 -0800 2005 | |
| |
ext/ | Fri May 02 20:54:07 -0700 2008 | |
| |
install.rb | Sun Jan 09 07:02:34 -0800 2005 | |
| |
lib/ | Fri May 02 20:54:07 -0700 2008 | |
| |
sqlite-ruby-win32.gemspec | Sun Jan 09 07:02:34 -0800 2005 | |
| |
sqlite-ruby.gemspec | Sun Jan 09 07:02:34 -0800 2005 | |
| |
test/ | Fri May 02 20:54:07 -0700 2008 |
README
= 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. Note that this module is NOT compatible with SQLite 3. == 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 install --remote sqlite-ruby == Usage For help figuring out the SQLite/Ruby interface, check out the FAQ[http://sqlite-ruby.rubyforge.org/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@jamisbuck.org. == 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!







