File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
8375Raystack's ORM automatically detects the mode based on your database configuration and adapts accordingly. No need for separate sync/async methods!
You can’t perform that action at this time.
0 commit comments