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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ It's based on the well-known [sqlmock](https://github.com/DATA-DOG/go-sqlmock) l
10
10
11
11
**pgxmock** has one and only purpose - to simulate **pgx** behavior in tests, without needing a real database connection. It helps to maintain correct **TDD** workflow.
12
12
13
-
- this library is **not** complete and **not** stable (issues and pull requests are welcome);
13
+
- this library is **not** complete but considered to be stable (issues and pull requests are welcome);
14
14
- written based on **go1.15** version, however, should be compatible with **go1.11** and above;
15
15
- does not require any modifications to your source code;
16
16
- has strict by default expectation order matching;
0 commit comments