Registry / database / gorp-v1

gorp-v1

JSON →
library1.7.2gogounverified

Package gorp provides a simple way to marshal Go structs to and from SQL databases.

go get gopkg.in/gorp.v1
INSTALL
IMPORT
SIG · GORP-V1
G
gorp-v1
databasegov1.7.2
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.

gorp
gopkg.in/gorp.v1

Creates a DbMap for SQLite database operations.

package main import ( "database/sql" "fmt" "gopkg.in/gorp.v1" _ "github.com/mattn/go-sqlite3" ) func main() { db, _ := sql.Open("sqlite3", ":memory:") dbmap := &gorp.DbMap{Db: db, Dialect: gorp.SqliteDialect{}} fmt.Println(dbmap) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
gorp-v1 — go get gorp-v1 · libregistry