CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 19 Aug 2025 13:52:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090117222534
location: https://web.archive.org/web/20090117222534/https://github.com/jamis/sqlite3-ruby/tree/v1_0_1
server-timing: captures_list;dur=0.628442, exclusion.robots;dur=0.019744, exclusion.robots.policy;dur=0.009200, esindex;dur=0.012895, cdx.remote;dur=29.549686, LoadShardBlock;dur=1056.978235, PetaboxLoader3.datanode;dur=102.823341, PetaboxLoader3.resolve;dur=787.871502
x-app-server: wwwb-app219
x-ts: 302
x-tr: 1130
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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: Tue, 19 Aug 2025 13:52:12 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 17 Jan 2009 22:25:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 333ms
x-archive-orig-etag: "075443e941c797d961b4cc204773ff0f"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 18644
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 17 Jan 2009 22:25:34 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 17 Jan 2009 22:25:34 GMT", ; rel="memento"; datetime="Sat, 17 Jan 2009 22:25:34 GMT", ; rel="next memento"; datetime="Fri, 18 Dec 2009 16:31:34 GMT", ; rel="last memento"; datetime="Fri, 18 Dec 2009 16:31:34 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_20090117222343_crawl103.arc.gz
server-timing: captures_list;dur=0.992632, exclusion.robots;dur=0.041734, exclusion.robots.policy;dur=0.019643, esindex;dur=0.018949, cdx.remote;dur=22.456972, LoadShardBlock;dur=594.260737, PetaboxLoader3.datanode;dur=149.860743, PetaboxLoader3.resolve;dur=603.601335, load_resource;dur=357.867086
x-app-server: wwwb-app219
x-ts: 200
x-tr: 1096
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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_0_1 - 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 | Loading commit data... ![]() |
|
![]() |
LICENSE | ||
![]() |
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/ |
= 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 --remote sqlite3-ruby == 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_buck@byu.edu. == 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!