hi - i'm using ruby ruby 1.9.1p376  and sequel 3.9.0 and i tried to
run the example from rdoc but it no work.

i installed sequel by

   gem install sequel

if i just run

   #!/usr/bin/env ruby
    require 'rubygems'
    require 'sequel'
    DB=Sequel.sqlite # memory database

it barfs with following message

   [cin...@cartan(92)]- ./testit.rb
/usr/devtools/lib/ruby/gems/1.9.1/gems/sequel-3.9.0/lib/sequel/
adapters/sqlite.rb:1:in `require': LoadError: no such file to load --
sqlite3 (Sequel::AdapterNotFound)

actually, i have no interest in sqlite - my interest is in postgres
but it's giving me the same error.

any help would greatly appreciated.

i have sqlite 3.36 and postrgres 8.3.7  installed.

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to