Skip to content

Commit a3189ee

Browse files
committed
update README.md
1 parent 769a239 commit a3189ee

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,10 @@ This example demonstrates the seamless integration of [FastAPI](https://fastapi.
4848
with [Pydantic 2.0](https://github.com/pydantic/pydantic), a robust and powerful data validation library.
4949
The integration is further enhanced by the use of [SQLAlchemy ORM](https://www.sqlalchemy.org/), a popular and feature-rich Object-Relational Mapping tool,
5050
and [PostgreSQL17](https://www.postgresql.org/docs/17/release.html) relational database.
51-
5251
The entire stack is connected using the [asyncpg](https://github.com/MagicStack/asyncpg) Database Client Library,
5352
which provides a robust and efficient way to interact with PostgreSQL databases in Python,
5453
leveraging the power of asyncio and event loops.
5554

56-
Notably, this example showcases the latest and greatest versions of SQLAlchemy and psycopg,
57-
which are renowned for their robustness, power, and speed. The inclusion of FastAPI adds a modern, fast, and high-performance web framework to the mix
58-
allowing for the rapid development of APIs with Python 3.13.
59-
60-
FastAPI has received significant recognition in the industry, including a review on thoughtworks Technology Radar in April 2021,
61-
where it was classified as a Trial technology, with comments praising its performance, ease of use,
62-
and features such as API documentation using OpenAPI. Additionally, FastAPI was recognized in the Python Developers Survey 2023 Results,
63-
conducted by the Python Software Foundation and JetBrains, where it was reported that 1 in 4 Python developers use FastAPI,
64-
with a 4 percentage point increase from the previous year.
65-
66-
6755
### Built With
6856
[![FastAPI][fastapi.tiangolo.com]][fastapi-url]
6957
[![Pydantic][pydantic.com]][pydantic-url]
@@ -106,7 +94,7 @@ Next models were generated with https://github.com/agronholm/sqlacodegen
10694

10795
To elevate the logging capabilities beyond simple colored output,
10896
this project has transitioned to [Rotoger](https://github.com/tinyplugins/rotoger).
109-
This powerful library provides a comprehensive, production-ready logging setup for modern asynchronous applications,
97+
This tiny library provides a comprehensive, production-ready logging setup for modern asynchronous applications,
11098
addressing challenges like log management, performance, and readability.
11199

112100
Rotoger is built upon the excellent [structlog](http://structlog.org/) library and brings several key advantages:
@@ -218,7 +206,7 @@ I've included a few of my favorites to kick things off!
218206

219207
## Change Log
220208
<details>
221-
<summary>2025 (3 changes)</summary>
209+
<summary>2025 (7 changes)</summary>
222210
<ul>
223211
<li>[SEP 2 2025] add sample high availability with nginx as load balancer</li>
224212
<li>[AUG 23 2025] intro exception handlers</li>

0 commit comments

Comments
 (0)