From 0098450441fb938c65f354da3c3fe2a132b93130 Mon Sep 17 00:00:00 2001 From: Govindas Date: Sun, 20 Mar 2022 11:28:25 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5603516..eca785c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ### 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 automatically increasing on demand to use of CachedThreadPool, instead of a fixed hard-coded number -- Uses a newer version of HikariCP +- Uses newer versions of dependencies (Increased performance and security) +- SQL Driver is configurable - A few variable type related bugs fixed - Replaced `synchronously execute` with `quickly execute`, which allows to speed up queries by 50ms with some risk