Update README.md

tweak SQL to mention drivers not included
This commit is contained in:
generrosity 2021-12-13 12:36:36 +13:00 committed by GitHub
parent 0d477db78b
commit bbab2929a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -56,10 +56,11 @@ The following target platforms are supported, and you can find them at the links
# Data Storage
Dynmap supports the following storage backends:
- Flat files: The default for a new installation
- SQLite
- MySQL
- PostgreSQL (JDBC driver for this is now bundled with the Dynmap JAR)
- MariaDB
- MariaDB†
- MySQL†
- SQLite†
- †Note: drivers for SQL are usually not included with MC server or Dynmap, but injecting driver classes into jar file will be recognized and supported
# Contributing to Dynmap's Code
The Dynmap team welcomes Pull Requests with fixes, new features, and new platform support. That said, the following rules apply: