relational

package
v0.6.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2026 License: MIT Imports: 2 Imported by: 0

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 Cell

type Cell = xorm.Cell

type Engine

type Engine = xorm.Engine

func NewEngine

func NewEngine(driverName, dataSourceName string, driverOptions ...func(db *sql.DB) error) (*Engine, error)

NewEngine opens a relational engine backed by the given driver.

type IterFunc

type IterFunc = xorm.IterFunc

type Rows

type Rows = xorm.Rows

type Session

type Session = xorm.Session

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL