Re: My 1st JDBC and PostgreSQL

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Chuck Davis <cjgunzel(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: My 1st JDBC and PostgreSQL
Date: 2023-07-20 15:18:32
Message-ID: 8f362bdd-c60c-72cb-e666-936708a4c808@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/19/23 18:11, Chuck Davis wrote:
> Postgresql is a sophisticated database server.  You can do what you're
> attempting with something like Derby at the connection.  But with
> Postgresql "you get what you pay for".

Not sure what "you get what you pay for" means in this context?

My take is you are differentiating between embedded databases such as
Derby and SQLite which are tied to a specific client and client/server
databases like Postgres and MySQL which stand alone and are connected to
by any number of clients.

> 1) Insall Postgresql
> 2) start the database
> 3) use the interface app psql to create a database;
> 4) load the JDBC driver in your client and connect.
> 5) manipulate the database via the JDBC driver.
>
> All these steps are explained quite nicely in the Postgresql
> documentation you can find at the web site.  The JDBC site is separate
> but a Google search will find it for you.
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jian he 2023-07-20 15:20:16 Re: Re: How to improve the performance of my SQL query?
Previous Message Thomas Kellerer 2023-07-20 15:07:31 Re: Fwd: TSQL To Postgres - Unpivot/Union All