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
Directories
¶
| Path | Synopsis |
|---|---|
|
Package schemas re-exports the relational engine's schema vocabulary (github.com/hanzoai/xorm/schemas) so a consumer names hanzoai/orm and never hanzoai/xorm — the same reason the parent relational package exists, one level down.
|
Package schemas re-exports the relational engine's schema vocabulary (github.com/hanzoai/xorm/schemas) so a consumer names hanzoai/orm and never hanzoai/xorm — the same reason the parent relational package exists, one level down. |
Click to show internal directories.
Click to hide internal directories.