Skip to content

Commit 3ffacfd

Browse files
authored
Update README.md
1 parent 833b2b4 commit 3ffacfd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ In this article, I'll provide you with a simple and straightforward guide on how
1111
- Setup FastAPI and Run the HTTP Server
1212
- Designing the CRUD API
1313
- Setup SQLAlchemy with SQLite
14-
- Connect to SQLite
15-
- Create Database Model with SQLAlchemy
14+
- Setup SQLAlchemy with PostgreSQL
15+
- Create Database Model with SQLAlchemy
16+
- Database Model for SQLite Database
17+
- Database Model for Postgres Database
1618
- Create Validation Schemas with Pydantic
1719
- Define the Path Operation Functions
1820
- Get All Records

0 commit comments

Comments
 (0)