On Sun, Apr 9, 2023 at 10:34 AM jonatha...@gmail.com <
jonathan.fri...@gmail.com> wrote:

> If you look at the docs at
> https://github.com/jeremyevans/sequel/blob/master/doc/opening_databases.rdoc,
> there is a `test` option you can pass to the connect method. I believe that
> is what you're looking for.
>

Be aware that this won't work the way you want with model classes.  The
:test option prevents a test query sent when connecting to the database.
However, each model class issues a query to get information on the
underlying table.

Thanks,
Jeremy

-- 
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 sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/CADGZSSeTwXi62jSFkAP7d%2Bs_dUoxrJuwqwMMHjjCeBRekT%2B3uw%40mail.gmail.com.

Reply via email to