module Relationize

Constants

BQ
PG
RELATIONIZERS
VERSION

Public Instance Methods

to_relation(db: PG, schema:, name: '_t') click to toggle source
# File lib/relationize.rb, line 16
def to_relation(db: PG, schema:, name: '_t')
  RELATIONIZERS[db].new(self, schema, name).to_s
end