Add list of storage options to README, and mark postgres as experimental

This commit is contained in:
baconwaifu 2020-01-27 11:21:16 -05:00 committed by baconwaifu
parent 7c35ed5369
commit 45da3f8346

View file

@ -16,3 +16,10 @@ The following target platforms are supported:
- Forge v1.10.2 - via Dynmap-<version>-forge-1.10.2.jar mod
- Forge v1.11.2 - via Dynmap-<version>-forge-1.11.2.jar mod
- Forge v1.12.2 - via Dynmap-<version>-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