You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Project Overview
4
4
5
-
This is a Python library called `db-try` that provides PostgreSQL and SQLAlchemy utilities, specifically focusing on:
5
+
This is a Python library called `db-retry` that provides PostgreSQL and SQLAlchemy utilities, specifically focusing on:
6
6
7
7
1.**Retry decorators** for handling database connection issues and serialization errors
8
8
2.**Connection factory builders** for managing PostgreSQL connections with multiple hosts
@@ -25,7 +25,7 @@ The library is built with modern Python practices (3.13+) and uses type hints ex
25
25
## Project Structure
26
26
27
27
```
28
-
db_try/
28
+
db_retry/
29
29
├── __init__.py # Exports all public APIs
30
30
├── connections.py # Connection factory builders
31
31
├── dsn.py # DSN parsing and manipulation utilities
@@ -130,4 +130,4 @@ The library can be configured using environment variables:
130
130
The retry behavior is defined in `retry.py` and uses the tenacity library. Modify the `_retry_handler` function to change which exceptions trigger retries.
131
131
132
132
### Working with Connections
133
-
Connection handling is in `connections.py`. The `build_connection_factory` function handles connecting to PostgreSQL with support for multiple hosts and fallback mechanisms.
133
+
Connection handling is in `connections.py`. The `build_connection_factory` function handles connecting to PostgreSQL with support for multiple hosts and fallback mechanisms.
0 commit comments