https://github.com/jamis/sqlite-ruby
bindings for the SQLite 2.x embedded database
https://github.com/jamis/sqlite-ruby
Last synced: 7 months ago
JSON representation
bindings for the SQLite 2.x embedded database
- Host: GitHub
- URL: https://github.com/jamis/sqlite-ruby
- Owner: jamis
- License: other
- Created: 2008-05-03T03:44:39.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2008-05-03T03:54:54.000Z (about 18 years ago)
- Last Synced: 2025-02-03T12:29:27.335Z (over 1 year ago)
- Language: Ruby
- Homepage: http://sqlite-ruby.rubyforge.org/
- Size: 133 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
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!