Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/the_generics_way.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ users, err := gorm.G[User](DB).Raw("SELECT name FROM users WHERE id = ?", user.I

However, we **strongly recommend** using our new **code generation tool** to achieve type-safe, maintainable, and secure raw queries—reducing risks like syntax errors or SQL injection.

### Code Generator Workflow
## Code Generator Workflow

* **1. Install the CLI tool:**

Expand Down