Skip to content

Commit b759f6a

Browse files
Remove Benefits section and replace FastAPI with Starlette
1 parent cede0c6 commit b759f6a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀 Raystack: Where FastAPI Speed Meets Django Elegance
1+
# 🚀 Raystack: Where Starlette Speed Meets Django Elegance
22

33
![PyPI Version](https://img.shields.io/pypi/v/raystack)
44
![Python Versions](https://img.shields.io/pypi/pyversions/raystack) ![Python 3.6+](https://img.shields.io/badge/Python-3.6%2B-blue)
@@ -70,14 +70,6 @@ DATABASES = {
7070
* **PostgreSQL**: `postgresql+asyncpg://user:pass@localhost/dbname` (requires `asyncpg`)
7171
* **MySQL**: `mysql+aiomysql://user:pass@localhost/dbname` (requires `aiomysql`)
7272

73-
### Benefits:
74-
75-
***Explicit Control**: You explicitly choose the mode in settings, not based on execution context.
76-
***Predictable Behavior**: Database operations are always clear and predictable.
77-
***Framework Agnostic**: Works consistently with FastAPI, Django, Flask, or any other framework.
78-
***Easy Switching**: Simply change the URL to switch between sync and async modes.
79-
***Clear Intent**: The URL clearly indicates whether you're using sync or async database drivers.
80-
8173
## 🛠️ ORM Usage Examples
8274

8375
Raystack's ORM automatically detects the mode based on your database configuration and adapts accordingly. No need for separate sync/async methods!

0 commit comments

Comments
 (0)