BlueMap/BlueMapCore/src/main/java/de/bluecolored/bluemap/core
MrSolarius f149b823a7
Add support for postgres databases (#443)
* Refactor : wrap every single SQL query inside an interface

* Feat : create every SQL request for postgres

* Refactor : rename SQLQueryAbstractFactory to SQLQueryFactory

* Feat : add dialect settings to blue map !

* Feat : Create two new storageClass for different storage approche

* Feat : add read BYTEA support

* Fix : remove unuseful println

* Fix : remove edited sql.conf

* Refactor / Feat : support for mysql

* Lots of tiny tweaks

---------

Co-authored-by: Lukas Rieger (Blue) <TBlueF@users.noreply.github.com>
2023-06-12 22:55:44 +02:00
..
debug Fix web-app api throwing an error and add full errors to the StateDumper 2022-08-02 18:14:38 +02:00
logger Close storages that failed to load and misconfigured maps dont stop loading the others 2022-08-27 15:08:17 +02:00
map Fix precision issue which can cause visual artifacts in lowres 2023-03-07 16:42:07 +01:00
mca Minecraft 1.20 (#438) 2023-06-07 17:33:27 +02:00
metrics Add stuff 2022-12-13 16:54:31 +01:00
resources Fix possible NPE if BlockElement is null 2023-03-26 00:32:33 +01:00
storage Add support for postgres databases (#443) 2023-06-12 22:55:44 +02:00
threejs Fix lowres tiles failig to load correctly 2022-07-31 22:19:15 +02:00
util Generalize purge task for all storages 2023-03-04 12:40:12 +01:00
world feat: Linear region file format support (extended from #415) (#418) 2023-04-30 11:09:36 +02:00
BlueMap.java Change git-hash detection, fix ci 2022-07-26 22:04:01 +02:00
MinecraftVersion.java Minecraft 1.20 (#438) 2023-06-07 17:33:27 +02:00