Skip to content

Commit aadcbe5

Browse files
authored
remove unstable notice from readme
1 parent 09fc8b1 commit aadcbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It's based on the well-known [sqlmock](https://github.com/DATA-DOG/go-sqlmock) l
1010

1111
**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.
1212

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);
1414
- written based on **go1.15** version, however, should be compatible with **go1.11** and above;
1515
- does not require any modifications to your source code;
1616
- has strict by default expectation order matching;

0 commit comments

Comments
 (0)