windowsでruby+sqlite

sqliterubyから使うための準備とそのメモ
sqliteとは
DBMS
・軽量
・データがファイル1個
・最新バージョンは3.3.8
・バージョン3のことをsqlite3と呼ぶらしい
・SQL92の多くの機能が使える
http://ja.wikipedia.org/wiki/SQLite


▼sqlite3-rubyのインストール
rubyからsqlite3を使用するためのライブラリ


C:\Documents and Settings\*****>gem install sqlite3-ruby
Updating metadata for 2 gems from http://gems.rubyforge.org/
..
complete
Successfully installed sqlite3-ruby-1.2.2-x86-mswin32
1 gem installed
Installing ri documentation for sqlite3-ruby-1.2.2-x86-mswin32...
Installing RDoc documentation for sqlite3-ruby-1.2.2-x86-mswin32...
sqliteのダウンロード
ここ
http://www.sqlite.org/download.html
から
sqlitedll-3_6_0.zipをダウンロード
c:\以下に置いてpathを通す