tessl install tessl/golang-gorm-io--gorm@1.31.0Full-featured ORM library for Golang with associations, hooks, transactions, migrations, and developer-friendly chainable API
Agent Success
Agent success rate when using this tile
81%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.13x
Baseline
Agent success rate without this tile
72%
Generated
Agent Codex
Scenario 1
Delete operations (soft delete, hard delete)
Scenario 2
Model structure with timestamps
Scenario 3
Data scanning and type conversion
Scenario 4
BelongsTo relationships
Scenario 5
HasOne relationships
Scenario 6
Batch query with FindInBatches
Scenario 7
Custom callback registration and ordering
Scenario 8
Nested transactions with savepoints
Scenario 9
Polymorphic associations
Scenario 10
SQL generation without execution (ToSQL)