GORM is the most popular ORM library for Go, with full support for associations, hooks, transactions, migrations, and an extensible plugin system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/go-gorm/gorm/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Get up and running with GORM in 5 minutes
Connecting to a database
MySQL, PostgreSQL, SQLite, SQL Server
CRUD Operations
Create, read, update, and delete records
API Reference
Full reference for the DB type and all methods