A collection of simple, practical GORM practice projects to master database interactions in Go. Each project covers different aspects of GORM. We'll start from basic CRUD operations. Then gradually dive deep into more advanced concepts like associations, hooks, and transactions etc.
GormTales/
βββ gorm-basics/
β βββ main.go
β βββ go.mod
β βββ go.sum
βββ README.md
- Clone the repository:
git clone https://github.com/nazma98/gormtales.git
cd gormtales
- Install required packages:
go mod tidy
- Run the basic project:
cd gorm-Basics
go run main.go
- Gorm-Basics - Simple CRUD operations with SQLite.
- Go (Golang)
- GORM
- SQLite
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.