Registry / orm / xormplus-xorm

xormplus-xorm

JSON →
library0.0.0-20210822100304-4e1d4fcc1e67gogounverified

Enhanced ORM library for Go with additional features over xorm.

go get github.com/xormplus/xorm
INSTALL
IMPORT
SIG · XORMPLUS-XORM
X
xormplus-xorm
ormgov0.0.0-20210822100304-4e1d4fcc1e67
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xorm
github.com/xormplus/xorm

Create a new xorm engine

import "github.com/xormplus/xorm" func main() { engine, err := xorm.NewEngine("mysql", "user:pass@/dbname") if err != nil { panic(err) } defer engine.Close() }
Debug
Known issues
gotchaThis is a fork of the original xorm library; API may differ.
fix
Check documentation for differences from xorm.
affects: *
Upgrade
Version history
0.0.0-20210822100304-4e1d4fcc1e67latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
55 hits · last 30 days
node
50
OpenAI (training)
1
Resources
xormplus-xorm — go get xormplus-xorm · libregistry