Skip to content

Commit 4c1f9af

Browse files
authored
Merge pull request #137 from igorbenav/igorbenav-patch-1
SQLModel version link added
2 parents ffb7eee + e15e576 commit 4c1f9af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
- [`Docker Compose`](https://docs.docker.com/compose/) With a single command, create and start all the services from your configuration.
4747
- [`NGINX`](https://nginx.org/en/) High-performance low resource consumption web server used for Reverse Proxy and Load Balancing.
4848

49+
> \[!TIP\]
50+
> If you want the `SQLModel` version instead, head to [SQLModel-boilerplate](https://github.com/igorbenav/SQLModel-boilerplate).
51+
4952
## 1. Features
5053

5154
- ⚡️ Fully async
@@ -686,7 +689,7 @@ class Entity(Base):
686689

687690
### 5.4 Pydantic Schemas
688691

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:
690693

691694
```python
692695
from typing import Annotated

0 commit comments

Comments
 (0)