Re: My 1st JDBC and PostgreSQL - Mailing list pgsql-general

From Adrian Klaver
Subject Re: My 1st JDBC and PostgreSQL
Date
Msg-id 8f362bdd-c60c-72cb-e666-936708a4c808@aklaver.com
Whole thread Raw
In response to Re: My 1st JDBC and PostgreSQL  (Chuck Davis <cjgunzel@gmail.com>)
Responses Re: My 1st JDBC and PostgreSQL  (Chuck Davis <cjgunzel@gmail.com>)
List 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.klaver@aklaver.com




pgsql-general by date:

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