The sequel console seems to have a problem detecting database type:

$ sequel sqlite://t.sqlite
URI::InvalidURIError: the scheme sqlite does not accept registry part: 
t.sqlite (or bad hostname?)
/usr/local/lib/ruby/1.8/uri/generic.rb:195:in `initialize'

$ cp t.sqlite t.db
$ sequel sqlite://t.db
Your database is stored in DB...
irb(main):001:0>

The reason I'm using the .sqlite extension is that the firefox sqlite 
tool expects it. I don't really care either way, but it seems the ruby 
tool shouldn't either, as long as you make the url prefix explicit.

-- 
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

--~--~---------~--~----~------------~-------~--~----~
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