diff --git a/README.md b/README.md index e8b1d831..45f44893 100644 --- a/README.md +++ b/README.md @@ -1529,6 +1529,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework. * [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby. * [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files. + * [embedded-postgres](https://github.com/fergusstrange/embedded-postgres) - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test. * [endly](https://github.com/viant/endly) - Declarative end to end functional testing. * [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework. * [frisby](https://github.com/verdverm/frisby) - REST API testing framework.