diff --git a/README.md b/README.md index c7ed478..3115bb7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ - [`Docker Compose`](https://docs.docker.com/compose/) With a single command, create and start all the services from your configuration. - [`NGINX`](https://nginx.org/en/) High-performance low resource consumption web server used for Reverse Proxy and Load Balancing. +> \[!TIP\] +> If you want the `SQLModel` version instead, head to [SQLModel-boilerplate](https://github.com/igorbenav/SQLModel-boilerplate). + ## 1. Features - ⚡️ Fully async @@ -686,7 +689,7 @@ class Entity(Base): ### 5.4 Pydantic Schemas -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: +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: ```python from typing import Annotated