From 3d6569efe50b83637d9ea6d89fae9558392d254d Mon Sep 17 00:00:00 2001 From: Olivier Guimbal Date: Sun, 7 Mar 2021 11:01:23 +0100 Subject: [PATCH] Add pg-mem (#1092) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 729c625..d4f87f7 100644 --- a/readme.md +++ b/readme.md @@ -615,6 +615,7 @@ - [database-js](https://github.com/mlaanderson/database-js) - Wrapper for multiple databases with a JDBC-like connection. - [Mongo Seeding](https://github.com/pkosiec/mongo-seeding) - Populate MongoDB databases with JavaScript and JSON files. - [@databases](https://github.com/ForbesLindesay/atdatabases) - Query PostgreSQL, MySQL and SQLite3 with plain SQL without risking SQL injection. + - [pg-mem](https://github.com/oguimbal/pg-mem) - In-memory PostgreSQL instance for your tests. ### Testing