From a85579cc6550a01638660bc9beb644fbc4c1fea5 Mon Sep 17 00:00:00 2001 From: Jens Grassel Date: Wed, 24 Jun 2026 08:15:53 +0200 Subject: [PATCH] Add postgresql JDBC driver (#1028) ### Description of Changes This PR adds the PostgreSQL JDBC driver to the Java PL section. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1028 Reviewed-by: Ethical FOSS admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de3ef45..3076ce3 100644 --- a/README.md +++ b/README.md @@ -1469,6 +1469,7 @@ Note that Go is itself tainted; see [the Programming Languages section](#program | [Gradle](https://github.com/gradle/gradle) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/gradle/gradle/blob/master/AI_POLICY.md)) | [Apache Ant] | | [libGDX](https://libgdx.com/) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://mastodon.gamedev.place/@badlogic/115697365956020092), [2](https://github.com/libgdx/libgdx/commit/3335e7598fb061cadc6472e8f4dffe811d438ab2)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | | [Maven](https://github.com/apache/maven) | [3.9.12](https://github.com/apache/maven/tree/maven-3.9.12) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/apache/maven/pull/11632)) | [Apache Ant] | +| [Postgresql JDBC Driver](https://jdbc.postgresql.org/) | [`42.7.9`](https://github.com/pgjdbc/pgjdbc/releases/tag/REL42.7.9) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/pgjdbc/pgjdbc/commit/4c9beeb3a8214e2ed9f1ebd81bd680f936a1c144), [2](https://github.com/pgjdbc/pgjdbc/commit/3ba467fcd7480db468c8083361a13a7f10ce7b31), [3](https://github.com/pgjdbc/pgjdbc/commit/05d9acd0293ab74e381d461c274c2a4731e93fcb)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | ### JavaScript And TypeScript