Registry / database / gobuffalo-pop

gobuffalo-pop

JSON →
library4.13.1+incompatiblegogounverified

Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library to provide a database toolkit for Go.

go get github.com/gobuffalo/pop
INSTALL
IMPORT
SIG · GOBUFFALO-POP
G
gobuffalo-pop
databasegov4.13.1+incompatible
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 a database using Pop

package main import ( "fmt" "github.com/gobuffalo/pop/v6" ) func main() { cxn, err := pop.Connect("development") if err != nil { panic(err) } fmt.Println(cxn.Dialect.Name()) }
Debug
Known issues
breakingVersion 4.x uses +incompatible; v6 is the current major version with breaking changes.
fix
Use github.com/gobuffalo/pop/v6 instead of v4.
affects: <6.0.0
Upgrade
Version history
4.13.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Resources
gobuffalo-pop — go get gobuffalo-pop · libregistry