Skip to content

Commit

Permalink
doc: add atlasgo.io examples (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Jul 16, 2024
1 parent 66b75de commit b726698
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ env "gorm" {
}
```

### Examples

- [Composite Types](https://atlasgo.io/guides/orms/gorm/composite-types)
- [Domain Types](https://atlasgo.io/guides/orms/gorm/domain-types)
- [Enum Types](https://atlasgo.io/guides/orms/gorm/enum-types)
- [Extensions](https://atlasgo.io/guides/orms/gorm/extensions)
- [Row-Level Security (RLS)](https://atlasgo.io/guides/orms/gorm/row-level-security)
- [Triggers](https://atlasgo.io/guides/orms/gorm/triggers)

### Extra Features

#### Views
Expand Down

0 comments on commit b726698

Please sign in to comment.