I have searched the website and documentation for an example (or any kind 
of mention) of how adapters are expected to be loaded, and I can't find 
anything. I just want to try using SQLite. However, when I do that, I get 
an error that it can't be loaded:

Sequel.connect(
  adapter: 'sqlite3',
  database: 'tmp/test.sqlite3',
  pool: 5,
  timeout: 5000
)

Sequel::AdapterNotFound:
       LoadError: cannot load such file -- sequel/adapters/sqlite3

I have installed the sqlite3 gem (as recommended in other posts), but that 
hasn't helped. What am I doing wrong, and can we get some basic 
documentation on this on the site?

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to