On Apr 20, 10:54 am, Joel VanderWerf <[email protected]> wrote:
> >   sequel sqlite:///?database=t_t.sqlite
>
> Actually:
>
> sequel sqlite:///\?database=t_t.sqlite
>
> (need to escape the ? on the command line).

That depends on your shell, mine doesn't require it. :)

  $ sequel sqlite:///?database=t_t.sqlite
  Your database is stored in DB...
  irb(main):001:0> DB
  => #<Sequel::SQLite::Database: "sqlite:/t_t.sqlite">

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