Module: Sequel::Postgres::AutoParameterize

Defined in:
lib/sequel/extensions/pg_auto_parameterize.rb

Overview

Enable automatically parameterizing queries by hijacking the SQL query string that Sequel builds to also hold the array of parameters.

Defined Under Namespace

Modules: DatabaseMethods, DatasetMethods Classes: StringWithArray