From fe2231ae232390e0bf46b782db89be42c30df2fb Mon Sep 17 00:00:00 2001 From: Govindas Date: Mon, 18 Jan 2021 14:59:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab1e655..2e2924d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ > Sensible SQL support for Skript. --- +### Difference from original skript-db +- Fixed local variables disappearance in newer Skript versions (very hacky fix, but it works, so that's good!) +- Thread-pool size is now configurable +- Uses a newer version of HikariCP +- Only meant to be used by newer Minecraft versions (1.8 is not supported) + ### Expression `Data Source` => `datasource` Stores the connection information for a data source. This should be saved to a variable in a `script load` event or manually through an effect command.