Skip to content

Commit 60adb33

Browse files
Update README.md
1 parent c657b76 commit 60adb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A PostgreSQL extension that provides retry functionality for SQL statements on t
1010

1111
## ⚠️ Caution
1212

13-
**This is an exploration library.**
13+
**This is an exploration library. If you still want to use it, I want you to know that you are welcome.**
1414

15-
I am not expecting contributions at this time, as this project serves as a personal exploration of PostgreSQL internals and extension development. However, comments and discussions are welcome.
15+
I'm not expecting any contributions at this time, because this project is a personal exploration of PostgreSQL internals and extension development. However, comments and discussions are welcome.
1616

1717
This library intentionally violates a fundamental computer science principle: **making engineers explicitly aware of errors and failures**. By automatically retrying failed operations, it abstracts away transient errors that might contain valuable debugging information or indicate deeper systemic issues.
1818

0 commit comments

Comments
 (0)