module Cql::Record(T)
Overview
def initialize(@post_id : Int64, @body : String) end end
Defined in:
record.crInstance Method Summary
- #attributes
- #delete
- #id
- #id=(id : Int64)
- #reload!
-
#save
Define instance-level methods for saving and deleting records
- #update(fields : Hash(Symbol, DB::Any))
- #update
- #update(**fields)