Hello, all Are there any plan to support SQLite3 in ruby-dbi? I write `DBD::SQLite3'' using SQLite3-ruby. If you interest, see http://www.jmuk.org/prog/dbd_sqlite3.tar.gz How to install: tar xzvf ruby-dbi-all-0.0.23.tar.gz tar xzvf dbd_sqlite3.tar.gz cd ruby-dbi-all ruby setup.rb config --with=dbd_sqlite3 sudo ruby setup.rb install How to use: same as other databases ;-) Any comments are welcome. -- Jun Mukai