Skip to content

Commit

Permalink
feat: orm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Apr 27, 2024
1 parent e6b1048 commit d778c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/en/guide/library/ORM/2-gorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: material-symbols:database-outline

## Introduction to GORM

GORM is a powerful ORM library that is highly popular. It offers a wide range of features, including chainable queries, preloading, transactions, and model associations.
[GORM](https://gorm.io) is a powerful ORM library that is highly popular. It offers a wide range of features, including chainable queries, preloading, transactions, and model associations.

- Full-featured ORM
- Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single Table Inheritance)
Expand Down

0 comments on commit d778c75

Please sign in to comment.