From 08383e55135488f2f07685befecda9a5691b1364 Mon Sep 17 00:00:00 2001 From: Fergus Strange Date: Mon, 16 Dec 2019 01:33:01 +1100 Subject: [PATCH] Add fergusstrange/embedded-postgres (#2850) --- README.md | 1 + 1 file changed, 1 insertion(+) 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.