Skip to content

Commit 570c404

Browse files
committed
docs: update README to reflect additional layouts and ORM options
Signed-off-by: tbxark <tbxark@outlook.com>
1 parent 3681d6f commit 570c404

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ more, speeding up your development workflow.
1414

1515
- **Pragmatic Monolith Template**
1616

17-
Start simple with Gin + Wire + Ent in a single binary. Clean architecture that scales
17+
Start simple with `sphere layout` in a single binary. Clean architecture that scales
1818
from MVP to microservices when needed.
1919

2020
- **Complete Code Generation**
@@ -49,9 +49,11 @@ more, speeding up your development workflow.
4949

5050
## Layout template
5151

52-
- [**`sphere-layout`**](https://github.com/go-sphere/sphere-layout) : Default sphere project layout template.
52+
- [**`sphere-layout`**](https://github.com/go-sphere/sphere-layout) : Default sphere project layout template with `ent`
53+
as ORM.
5354
- [**`sphere-simple-layout`**](https://github.com/go-sphere/sphere-simple-layout) : A simplified version of the Sphere
5455
project layout template.
56+
- [**`sphere-bun-layout`**](https://github.com/go-sphere/sphere-bun-layout) : A layout template with `bun` as ORM.
5557

5658
## Documentation
5759

@@ -64,7 +66,7 @@ more, speeding up your development workflow.
6466

6567
- **Web Framework**: [gin](https://github.com/gin-gonic/gin)
6668
- **Dependency Injection**: [wire](https://github.com/google/wire)
67-
- **ORM**: [ent](https://github.com/ent/ent)
69+
- **ORM**: [ent](https://github.com/ent/ent) or [bun](https://github.com/uptrace/bun)
6870
- **Docs Generation**: [swag](https://github.com/swaggo/swag)
6971
- **Protobuf management**: [buf](https://github.com/bufbuild/buf)
7072
- **Build Tool**: make

0 commit comments

Comments
 (0)