PgORM::PostgreSQL
Inherits Struct < Value < Object
Constructors
new(builder : PgORM::Query::Builder)
SourceClass methods
quote(name : Symbol | String, io : IO)
SourceInstance methods
build_where_regex(condition, io, args)
Sourcedelete
Sourceinsert(attributes : Hash | NamedTuple, &)
Sourcequote(name : Symbol | String, io : IO)
Sourcequote(name : Symbol | String)
Sourcescalar
Sourceselect_all
Sourceselect_each
Sourceselect_one
Sourceto_sql
Sourceupdate(attributes : Hash | NamedTuple) : Nil
Source