Registry / orm / e421083458-gorm

e421083458-gorm

JSON →
library1.0.1gogounverified

A fork of the GORM ORM library for Go, providing object-relational mapping.

go get github.com/e421083458/gorm
INSTALL
IMPORT
SIG · E421083458-GORM
E
e421083458-gorm
ormgov1.0.1
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/e421083458/gorm

Opens an in-memory SQLite database using GORM.

package main import ( "fmt" "github.com/e421083458/gorm" _ "github.com/mattn/go-sqlite3" ) func main() { db, err := gorm.Open("sqlite3", ":memory:") if err != nil { panic(err) } defer db.Close() fmt.Println("Database opened") }
Debug
Known issues
gotchaThis is a personal fork; consider using the official gorm.io/gorm for stability.
fix
Replace import with gorm.io/gorm.
affects: all
Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Resources
e421083458-gorm — go get e421083458-gorm · libregistry