Re: PSQL CLI Drivers

From: John Scalia <jayknowsunix(at)gmail(dot)com>
To: Koteswara Rao Daliparthi <koti813(at)gmail(dot)com>
Cc: Thomas Kellerer <shammat(at)gmx(dot)net>, pgsql-admin(at)postgresql(dot)org
Subject: Re: PSQL CLI Drivers
Date: 2020-11-11 14:34:44
Message-ID: 5F327F21-567E-4149-BE25-01DB97D42C0D@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I think that would depend on both what you want to accomplish and the skill sets of your developers. C would certainly be faster, but Java capability may be acceptable to what you’re trying to do.

Sent from my iPad

> On Nov 11, 2020, at 9:31 AM, Koteswara Rao Daliparthi <koti813(at)gmail(dot)com> wrote:
>
> Thanks guys, for performance, should we choose libpq or JDBC? I know C will be faster than Java, but just wanted to confirm.
>
> Sent from my iPhone
>
>> On Nov 11, 2020, at 9:10 AM, Thomas Kellerer <shammat(at)gmx(dot)net> wrote:
>>
>> 
>>
>> Koteswara Rao Daliparthi schrieb am 11.11.2020 um 15:02:
>>> Anyone know what driver does PSQL CLI use under the hood? Is it JDBC??
>>
>>
>> It uses libpq
>>
>> https://www.postgresql.org/docs/current/libpq.html
>>
>>
>>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Holger Jakobs 2020-11-11 19:17:24 Re: PSQL CLI Drivers
Previous Message Koteswara Rao Daliparthi 2020-11-11 14:30:56 Re: PSQL CLI Drivers