Thread: Request to List Ballerina PostgreSQL JDBC Connector on the PostgreSQL Website

Request to List Ballerina PostgreSQL JDBC Connector on the PostgreSQL Website

From
Arshika Mohottige
Date:
Dear PostgreSQL Advocacy Team, 

I hope this message finds you well. I am writing to request the inclusion of the Ballerina PostgreSQL Connector [1] in the official PostgreSQL client libraries list on your website [2][3].

The Ballerina PostgreSQL Connector enables developers to seamlessly integrate PostgreSQL with applications written in the Ballerina programming language. It is open-source and licensed under Apache License 2.0.

Here are the details:

Please let me know if there are any additional steps or requirements for this listing. I would be happy to provide further information or assistance as needed.

References

[1] https://central.ballerina.io/ballerinax/postgresql/1.13.2 

[2] https://www.postgresql.org/docs/7.3/programmer-client.html

[3] https://wiki.postgresql.org/wiki/List_of_drivers

Thank you for your time and consideration.

Best regards,


Arshika Mohottige
Senior Software Engineer at WSO2/ Ballerina
arshika@wso2.com



On Mon, 9 Dec 2024 at 03:40, Arshika Mohottige <arshika.nm@gmail.com> wrote:
Dear PostgreSQL Advocacy Team, 

I hope this message finds you well. I am writing to request the inclusion of the Ballerina PostgreSQL Connector [1] in the official PostgreSQL client libraries list on your website [2][3].

The Ballerina PostgreSQL Connector enables developers to seamlessly integrate PostgreSQL with applications written in the Ballerina programming language. It is open-source and licensed under Apache License 2.0.

Here are the details:

Please let me know if there are any additional steps or requirements for this listing. I would be happy to provide further information or assistance as needed.

References

[1] https://central.ballerina.io/ballerinax/postgresql/1.13.2 

[2] https://www.postgresql.org/docs/7.3/programmer-client.html

[3] https://wiki.postgresql.org/wiki/List_of_drivers


How is this a JDBC Driver ?

Dave
On 12/9/24 08:36, Dave Cramer wrote:
> 

>     *[1] *https://central.ballerina.io/ballerinax/postgresql/1.13.2
>     <https://central.ballerina.io/ballerinax/postgresql/1.13.2>
> 
>     *[2] *https://www.postgresql.org/docs/7.3/programmer-client.html
>     <https://www.postgresql.org/docs/7.3/programmer-client.html>
> 
>     *[3] *https://wiki.postgresql.org/wiki/List_of_drivers
>     <https://wiki.postgresql.org/wiki/List_of_drivers>
> 
> 
> How is this a JDBC Driver ?

I'm guessing from here:

https://central.ballerina.io/ballerinax/postgresql/1.13.2

"Add the PostgreSQL driver as a dependency to the Ballerina project."

"ballerinax/postgresql.driver package bundles the latest PostgreSQL 
driver JAR."

So not the driver itself, but a wrapper for it.


> 
> Dave
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com




> On 9 Dec 2024, at 06:04, Arshika Mohottige <arshika.nm@gmail.com> wrote:

> [2] https://www.postgresql.org/docs/7.3/programmer-client.html

PostgreSQL 7.3 went EOL 17 years ago..

If you look at the current version of the page which discuss client interfaces
you'll see there are none listed, with a link to the wiki page instead.

    https://www.postgresql.org/docs/17/external-interfaces.html

> [3] https://wiki.postgresql.org/wiki/List_of_drivers

This is where drivers are added, in order to edit it and add your driver please
follow the instructions on the top of the page for getting edit permissions
(which I've also linked below).

    https://wiki.postgresql.org/wiki/WikiEditing

--
Daniel Gustafsson