Module: Sequel::DbOpts
- Defined in:
- lib/sequel/extensions/db_opts.rb
Overview
DbOpts
Sequel extension that provides database-specific options handling. This extension allows setting database-specific configuration options that get applied during connection establishment.
The extension looks for options in the database configuration that match
the pattern {database_type}_db_opt_{option_name} and converts them to
appropriate SQL SET statements.
Defined Under Namespace
Classes: DbOptions
Instance Method Summary collapse
-
#db_opts ⇒ DbOptions
Returns a DbOptions instance for this database.