Registry / orm / gobuffalo-pop-v5

gobuffalo-pop-v5

JSON →
library5.3.4gogounverified

Wraps the sqlx library to provide a convenient ORM-like database access layer for Go.

go get github.com/gobuffalo/pop/v5
INSTALL
IMPORT
SIG · GOBUFFALO-POP-V5
G
gobuffalo-pop-v5
ormgov5.3.4
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/v5

Create a Pop connection instance.

package main import ( "github.com/gobuffalo/pop/v5" "log" ) func main() { c := pop.Connection{} log.Println(c) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
gobuffalo-pop-v5 — go get gobuffalo-pop-v5 · libregistry