7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
---
|
|
description: Specific rules for interacting with databases using async libraries within the db directory.
|
|
globs: **/db/*.py
|
|
---
|
|
- Async database libraries like asyncpg or aiomysql
|
|
- SQLAlchemy 2.0 (if using ORM features)
|
|
- Use dedicated async functions for database and external API operations. |