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 09cc25aff2
commit dd1add1d25
1 changed files with 7 additions and 0 deletions

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