Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqlite-ruby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-ruby

  • 2.2.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= 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 jgb3@email.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!

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc