From ca23c78a4907ec8ec70a5a6b95287139997c1795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kosiec?= Date: Sat, 13 Oct 2018 09:47:28 +0200 Subject: [PATCH] Add Mongo Seeding (#834) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 848d597..676055f 100644 --- a/readme.md +++ b/readme.md @@ -599,6 +599,7 @@ - [Keyv](https://github.com/lukechilds/keyv) - Simple key-value storage with support for multiple backends. - [Finale](https://github.com/tommybananas/finale) - RESTful endpoint generator for your Sequelize models. - [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. ### Testing