Назад в магазин
Minecraft PostgreSQL JDBC
Modrinth Plugin

Minecraft PostgreSQL JDBC

Universal jar shipping the PostgreSQL JDBC driver as a Bukkit/Spigot/Paper plugin and Fabric/Forge/NeoForge mod.

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Plugin

Доступ

Бесплатно

Последняя версия

42.7.11+2026-05-02

Загрузки

398

Загрузчики / Платформы

bukkit fabric folia forge neoforge paper purpur quilt spigot

Minecraft версии

1.12.2 – 1.21.11 26.1 26.1.1 26.1.2

Категории

library

Описание

Подробная информация

# PostgreSQL JDBC The official PostgreSQL JDBC driver ([pgjdbc](https://github.com/pgjdbc/pgjdbc)) repackaged as a Bukkit/Spigot/Paper plugin and a Fabric/Forge/NeoForge mod. One universal jar covers every supported loader and MC version. The mod does nothing on its own — it exists so plugins or mods that want to talk to a PostgreSQL database don't each have to bundle their own copy of the driver. ## What's in the jar `org.postgresql:postgresql:42.7.5` plus minimal loader stubs for Spigot, Forge 1.12, Forge 1.13–1.16, Forge 1.17–1.20, NeoForge 1.21+, and Fabric. The driver classes stay at their canonical `org.postgresql.*` paths — no relocation — so consumers find them with plain `Class.forName("org.postgresql.Driver")`. `META-INF/services/java.sql.Driver` is preserved so the driver auto-registers with `DriverManager`. ## Compatibility | Loader | MC versions | Notes | |---|---|---| | Bukkit / Spigot / Paper / Folia / Purpur | 1.8 → current | drop into `plugins/` | | Fabric | 1.16.1 → current | needs Fabric Loader 0.14+ | | Forge | 1.12 → 1.20 | universal jar, no Mixins | | NeoForge | 1.21 → current | drop into `mods/` | Java 8+ required (pgjdbc 42.x baseline). ## Using it from a plugin or mod Declare pgjdbc as `compileOnly` against the same version this jar ships: ```kotlin compileOnly("org.postgresql:postgresql:42.7.5") ``` Probe at startup. Fall through gracefully if the operator hasn't installed this: ```java try { Class.forName("org.postgresql.Driver"); } catch (ClassNotFoundException e) { getLogger().warning("PostgreSQL backend disabled — install minecraft-postgresql-jdbc"); return; } try (Connection c = DriverManager.getConnection(url, user, password)) { // ... } ``` On Paper 1.17+ each plugin's classloader is isolated. Add this mod to your `plugin.yml` `softdepend` so the driver classes are visible to your plugin: ```yaml softdepend: [minecraft-postgresql-jdbc] ``` Fabric and NeoForge unify all mods on one classloader, so no equivalent declaration is needed there. ## Versioning The jar version tracks pgjdbc one-to-one. `42.7.5+2026-04-25` ships pgjdbc 42.7.5; the suffix is the build date. A scheduled GitHub Action checks Maven Central daily — when pgjdbc cuts a new release, it opens an auto-merge PR and the Modrinth release goes out automatically. ## License The driver is BSD-2-Clause (PostgreSQL Global Development Group). The repackage adds no functional changes and inherits that license. Full text in [`LICENSE`](https://github.com/Axionize/minecraft-postgresql-jdbc/blob/main/LICENSE). --- Issues, source: [GitHub](https://github.com/Axionize/minecraft-postgresql-jdbc).

Разработчик

Axionize

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Изображений пока нет

Автор проекта не добавил галерею на Modrinth.

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

42.7.11+2026-05-02 Актуальная Release 06.06.2026

42.7.11+2026-05-02

Поддерживаемые версии Minecraft
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
bukkit fabric folia forge neoforge paper purpur quilt spigot
Показать изменения
ci: fix unterminated quote in version echo
42.7.11+2026-05-02 Release 02.05.2026

42.7.11+2026-05-02

Поддерживаемые версии Minecraft
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
bukkit fabric folia forge neoforge paper purpur quilt spigot
Показать изменения
Automated bump to version **42.7.11**.
42.7.5+2026-04-25 Release 25.04.2026

42.7.5+2026-04-25

Поддерживаемые версии Minecraft
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
bukkit fabric folia forge neoforge paper purpur quilt spigot
Показать изменения
modrinth: managed body.md + auto-sync workflow Adds .modrinth/body.md as the source-of-truth for the Modrinth project body, and a separate workflow that PATCHes the project on every push that touches body.md. Description fixes don't have to wait for a version bump. Title set once via direct API call; this workflow only manages the body field. The MODRINTH_TOKEN secret used by the release workflow covers this endpoint as well.
Войти

1.05 MB