Registry / orm / gobuffalo-pop-v6

gobuffalo-pop-v6

JSON →
library6.3.0gogounverified

Package pop wraps the sqlx library to provide a convenient ORM-like database access layer.

go get github.com/gobuffalo/pop/v6
INSTALL
IMPORT
SIG · GOBUFFALO-POP-V6
G
gobuffalo-pop-v6
ormgov6.3.0
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.

pop
github.com/gobuffalo/pop/v6

Connect to database using Pop

package main import ( "github.com/gobuffalo/pop/v6" ) func main() { cxn, err := pop.Connect("development") if err != nil { panic(err) } defer cxn.Close() }
Debug
Known issues
breakingPop v6 uses Go modules and requires Go 1.16+
fix
Ensure your Go version is 1.16 or higher
affects: <6.0.0
Upgrade
Version history
6.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
OpenAI (training)
1
Resources
gobuffalo-pop-v6 — go get gobuffalo-pop-v6 · libregistry