GORM is a developer-friendly ORM library for Go, handling database operations with a focus on convention over configuration.
go get gorm.io/gormNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens a SQLite database, auto-migrates a Product model, and inserts a record.
Use AutoMigrate only in development or with a backup; for production, use versioned migrations.
No dependency data recorded yet.