CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 19:27:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090117232733
location: https://web.archive.org/web/20090117232733/https://github.com/jamis/sqlite3-ruby/tree/v1_2_0
server-timing: captures_list;dur=0.771591, exclusion.robots;dur=0.030927, exclusion.robots.policy;dur=0.018264, esindex;dur=0.013524, cdx.remote;dur=26.746637, LoadShardBlock;dur=535.632415, PetaboxLoader3.datanode;dur=59.294386, PetaboxLoader3.resolve;dur=137.537726
x-app-server: wwwb-app201
x-ts: 302
x-tr: 601
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 19:27:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 17 Jan 2009 23:27:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 517ms
x-archive-orig-etag: "75872761ebb428529a2a9bb14532e719"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 20137
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 17 Jan 2009 23:27:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 17 Jan 2009 23:27:33 GMT", ; rel="memento"; datetime="Sat, 17 Jan 2009 23:27:33 GMT", ; rel="next memento"; datetime="Fri, 18 Dec 2009 03:58:22 GMT", ; rel="last memento"; datetime="Fri, 18 Dec 2009 03:58:22 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_7_20090117203929_crawl108-c/52_7_20090117232701_crawl103.arc.gz
server-timing: captures_list;dur=0.639132, exclusion.robots;dur=0.028308, exclusion.robots.policy;dur=0.016372, esindex;dur=0.012680, cdx.remote;dur=9.331686, LoadShardBlock;dur=219.109925, PetaboxLoader3.datanode;dur=137.450278, PetaboxLoader3.resolve;dur=287.850212, load_resource;dur=233.083979
x-app-server: wwwb-app201
x-ts: 200
x-tr: 528
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jamis's sqlite3-ruby at v1_2_0 - GitHub
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 (

Description: | Ruby bindings for the SQLite3 embedded database |
Homepage: | https://sqlite-ruby.rubyforge.org/sqlite3/ |
Clone URL: |
git://github.com/jamis/sqlite3-ruby.git
Give this clone URL to anyone.
git clone git://github.com/jamis/sqlite3-ruby.git
|
name | age | message | |
---|---|---|---|
![]() |
ChangeLog.cvs | Tue Feb 15 07:01:48 -0800 2005 | ChangeLog is dynamically generated again. [jamis] |
![]() |
LICENSE | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
doc/ | ||
![]() |
ext/ | ||
![]() |
lib/ | ||
![]() |
setup.rb | Sun Jan 09 07:04:16 -0800 2005 | Changed layout to support tagging and branching [jamis] |
![]() |
sqlite3-ruby-win32.gemspec | ||
![]() |
sqlite3-ruby.gemspec | ||
![]() |
test/ | ||
![]() |
util/ |
= SQLite3/Ruby Interface This module allows Ruby programs to interface with the SQLite3 database engine (https://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 sqlite3-ruby If you have sqlite3 installed in a non-standard location, you can specify the location of the include and lib files by doing: gem install sqlite3-ruby -- --with-sqlite3-include=/opt/local/include \ --with-sqlite3-lib=/opt/local/lib Also, the gem ships with the C source-code pre-built, so (as of version 1.1.1) you no longer need to have SWIG installed. However, if you have SWIG installed and you want to generate the C file yourself, you can specify the <code>--with-swig</code> option. == Usage For help figuring out the SQLite3/Ruby interface, check out the FAQ[https://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@37signals.com == Source Code The source repository is accessible via subversion: svn co https://svn.jamisbuck.org/sqlite3-ruby/trunk Individual releases are tagged in the tags directory: svn co https://svn.jamisbuck.org/sqlite3-ruby/tags == Contact Information The project page is https://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!
This feature is coming soon. Sit tight!