From f8e464c22cd015191e9402540c8a5061165c07c6 Mon Sep 17 00:00:00 2001 From: generrosity Date: Mon, 13 Dec 2021 12:36:36 +1300 Subject: [PATCH 1/2] Update README.md tweak SQL to mention drivers not included --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8aa0f781..5f240c3e 100644 --- a/README.md +++ b/README.md @@ -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: From fdd61d281058e209770a3f5a59af735a0b41dea0 Mon Sep 17 00:00:00 2001 From: generrosity Date: Mon, 13 Dec 2021 14:47:24 +1300 Subject: [PATCH 2/2] Update README.md updating with spigot details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f240c3e..f80e2ac7 100644 --- a/README.md +++ b/README.md @@ -56,11 +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 -- PostgreSQL (JDBC driver for this is now bundled with the Dynmap JAR) -- 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 +- PostgreSQL (JDBC driver for this is now bundled with the Dynmap JAR) +- MariaDB - is compatible with MySQL +- †Note: drivers for SQL are usually included for Spigot not included with other platforms 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: