Documentation
¶
Overview ¶
Package relational re-exports the relational engine (github.com/hanzoai/xorm) so consumers depend on hanzoai/orm as the single ORM namespace while the mature xorm engine backs it. It imports only xorm — importing this package drags none of the orm root's doc-store or driver init, so it composes cleanly into a host that registers its own SQL driver. Aliases and a thin forwarder — zero behavior change.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncOptions ¶
type SyncOptions = xorm.SyncOptions
type SyncResult ¶
type SyncResult = xorm.SyncResult
Click to show internal directories.
Click to hide internal directories.