Registry / orm / gohouse-gorose-v2

gohouse-gorose-v2

JSON →
library2.1.12gogounverified

Package gorose is an ORM library for Go with a fluent query builder and support for multiple databases.

go get github.com/gohouse/gorose/v2
INSTALL
IMPORT
SIG · GOHOUSE-GOROSE-V2
G
gohouse-gorose-v2
ormgov2.1.12
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.

gorose
github.com/gohouse/gorose/v2

Open a database connection using GoRose ORM.

package main import ( "github.com/gohouse/gorose/v2" ) func main() { engin, err := gorose.Open("mysql", "user:pass@tcp(localhost:3306)/db") if err != nil { panic(err) } defer engin.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Resources
gohouse-gorose-v2 — go get gohouse-gorose-v2 · libregistry