Registry / orm / go-xorm-core

go-xorm-core

JSON →
library0.6.3gogounverified

Package core provides core functionality for the XORM database ORM.

go get github.com/go-xorm/core
INSTALL
IMPORT
SIG · GO-XORM-CORE
G
go-xorm-core
ormgov0.6.3
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.

core
github.com/go-xorm/core

Create a new XORM core instance.

package main import ( "fmt" "github.com/go-xorm/core" ) func main() { db, _ := core.NewOrm() fmt.Println(db) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
Resources
go-xorm-core — go get go-xorm-core · libregistry