module Sequel::Postgres::AutoParameterize

  1. lib/sequel/extensions/pg_auto_parameterize.rb
Parent: Postgres

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