Skip to content

nazma98/gorm-tales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

GormTales πŸ“š

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.

πŸ“ Project Structure

GormTales/
β”œβ”€β”€ gorm-basics/
β”‚   β”œβ”€β”€ main.go
β”‚   β”œβ”€β”€ go.mod
β”‚   └── go.sum
└── README.md

πŸš€ Getting Started

  1. Clone the repository:
git clone https://github.com/nazma98/gormtales.git

cd gormtales
  1. Install required packages:
go mod tidy
  1. Run the basic project:
cd gorm-Basics
go run main.go

πŸ“š Projects

πŸ› οΈ Tools and Technologies

  • Go (Golang)
  • GORM
  • SQLite

🀝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages