Skip to content

Commit

Permalink
remove unstable notice from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Aug 8, 2022
1 parent 09fc8b1 commit aadcbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It's based on the well-known [sqlmock](https://github.com/DATA-DOG/go-sqlmock) l

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

- this library is **not** complete and **not** stable (issues and pull requests are welcome);
- this library is **not** complete but considered to be stable (issues and pull requests are welcome);
- written based on **go1.15** version, however, should be compatible with **go1.11** and above;
- does not require any modifications to your source code;
- has strict by default expectation order matching;
Expand Down

0 comments on commit aadcbe5

Please sign in to comment.