From 32ada393279fb163c4a700ee688cdd8813efe572 Mon Sep 17 00:00:00 2001 From: FedUpWith-Tech <7731191+FedUpWith-Tech@users.noreply.github.com> Date: Thu, 30 Dec 2021 11:24:14 -0500 Subject: [PATCH] Add @kosma MySQL and SQlite connector info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bee2a818..531b189f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Dynmap supports the following storage backends: - SQLite† - 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 +- †Note: drivers for SQL are usually included for Spigot and its derivatives but not included with other platforms or Dynmap. For Forge and Fabric servers we recommend @kosma's [SQLite mod](https://www.curseforge.com/minecraft/mc-mods/sqlite-jdbc) or [MySQL mod](https://www.curseforge.com/minecraft/mc-mods/mysql-jdbc) to add the needed drivers. Additionally, 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: