Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetPlaceHolder ¶
func SetPlaceHolder(p tqla.Placeholder)
Types ¶
type ImmutableObject ¶
type ImmutableObject[M, A any] struct { // contains filtered or unexported fields }
func NewImmutableObject ¶
func NewImmutableObject[M, A any](db *sql.DB, c, r string) ImmutableObject[M, A]
type PersistentObject ¶
type PersistentObject[M, A any] struct { // contains filtered or unexported fields }
func NewPersistentObject ¶
func NewPersistentObject[M, A any](db *sql.DB, c, r, u string) PersistentObject[M, A]
Click to show internal directories.
Click to hide internal directories.