class Sandstone::ORM::Base

Overview

Sandstone::ORM::Base is the base class for your model objects.

Included Modules

Extended Modules

Defined in:

sandstone/base.cr

Constructors

Macro Summary

Instance methods inherited from module Sandstone::ORM::Validators

errors errors, errors=(errors) errors=, valid? valid?

Instance methods inherited from module Sandstone::ORM::Transactions

create(args : Hash(Symbol | String, DB::Any))
create(**args)
create

Constructor Detail

def self.new(args : Hash(String | Symbol, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil | Int32 | Float32)) #

[View source]
def self.new #

[View source]

Macro Detail

macro __process_querying #

[View source]