Registry / orm / jinzhu-gorm

jinzhu-gorm

JSON →
library1.9.16gogounverified

Package gorm provides an ORM library for Go.

go get github.com/jinzhu/gorm
INSTALL
IMPORT
SIG · JINZHU-GORM
J
jinzhu-gorm
ormgov1.9.16
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.

gorm
github.com/jinzhu/gorm

Open a GORM database connection using SQLite.

package main import ( "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/sqlite" ) func main() { db, _ := gorm.Open("sqlite3", "test.db") defer db.Close() }
Debug
Known issues
breakingGORM v1 is deprecated; use v2 (gorm.io/gorm) instead.
fix
Migrate to gorm.io/gorm for continued support.
affects: >=1.0.0
Upgrade
Version history
1.9.16latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Resources
jinzhu-gorm — go get jinzhu-gorm · libregistry