From 64da3fd490007d1c84711dbd874f7403adc2b20c Mon Sep 17 00:00:00 2001 From: Lou-adrien Date: Tue, 6 Mar 2018 12:21:37 +0700 Subject: [PATCH] + added MongoDb checker reference --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07360a0..f23621c 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ If you notice something that you feel is broken or missing in configure feel fre |JSON|***[builtin]*** http://github.com/paked/configure |`NewJSON(io.Reader)`| Retrieves values from an `io.Reader` containing JSON | |Flag|***[builtin]*** http://github.com/paked/configure |`NewFlag()`| Retrieve flagged values from `os.Args` in a `--x=y` format| |HCL|***[builtin]*** http://github.com/paked/configure |`NewHCL(io.Reader)`| Retrieve values from an `io.Reader` containing HCL| +|MongoDb|***[external]*** https://github.com/LouAdrien/configuremongo |`NewMongo("mongodb://127.0.0.1:27017/test_conf_db","confs")`| Retrieve values from an `io.Reader` containing HCL| + If you write your own Checker I would *LOVE* to see it, create a PR with a new entry in the table!