You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@
46
46
-[`Docker Compose`](https://docs.docker.com/compose/) With a single command, create and start all the services from your configuration.
47
47
-[`NGINX`](https://nginx.org/en/) High-performance low resource consumption web server used for Reverse Proxy and Load Balancing.
48
48
49
+
> \[!TIP\]
50
+
> If you want the `SQLModel` version instead, head to [SQLModel-boilerplate](https://github.com/igorbenav/SQLModel-boilerplate).
51
+
49
52
## 1. Features
50
53
51
54
- ⚡️ Fully async
@@ -686,7 +689,7 @@ class Entity(Base):
686
689
687
690
### 5.4 Pydantic Schemas
688
691
689
-
Inside `app/schemas`, create a new `entity.py` for for each new entity (replacing entity with the name) and create the schemas according to [Pydantic V2](https://docs.pydantic.dev/latest/#pydantic-examples) standards:
692
+
Inside `app/schemas`, create a new `entity.py` for each new entity (replacing entity with the name) and create the schemas according to [Pydantic V2](https://docs.pydantic.dev/latest/#pydantic-examples) standards:
0 commit comments