From dd1add1d253079c2f84891b9b324034301bec1cb Mon Sep 17 00:00:00 2001 From: baconwaifu <2634959+baconwaifu@users.noreply.github.com> Date: Mon, 27 Jan 2020 11:21:16 -0500 Subject: [PATCH] Add list of storage options to README, and mark postgres as experimental --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1351c748..7762aa11 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,10 @@ The following target platforms are supported: - Forge v1.10.2 - via Dynmap--forge-1.10.2.jar mod - Forge v1.11.2 - via Dynmap--forge-1.11.2.jar mod - Forge v1.12.2 - via Dynmap--forge-1.12.2.jar mod + +# Data Storage +Dynmap supports the following storage backends: +- Flat files: The default for a new installation +- SQLite +- MySQL +- PostgreSQL: EXPERIMENTAL