From d14e0cbfbe8cb182b172c9d9cba187868b8510a0 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:59:51 +0100 Subject: [PATCH] chore: Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1a5459d..eeffbed 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,20 @@ [![Build status](https://github.com/xpdustry/sql4md/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/xpdustry/sql4md/actions/workflows/build.yml) [![Mindustry 7.0](https://img.shields.io/badge/Mindustry-7.0-ffd37f)](https://github.com/Anuken/Mindustry/releases) +## Description + +Instead of bundling database binaries in your plugin, use this one instead, comes with the most popular databases connectors: + +- MySQL +- MariaDB +- SQLite + ## Installation This plugin requires : +- [SLF4MD](https://github.com/xpdustry/slf4md) + - Java 17 or above. - Mindustry v146 or above.