You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorialspoint guide is a starting point. I can supplement it with the official PostgreSQL documentation. There are also multiple w3schools guides for different aspects of the tool.
Time Estimate:
I believe this project will take about 4 hours.
Experiment Notes:
My time estimate was pretty accurate. I used Gradle for this project, making it simple to add PostgreSQL as a dependency. When gradlew build runs, it downloads the PostgreSQL driver that allows the Java program to connect to the server.
Results:
Created a Postgres database hosted locally. Created a Java program that connects to the database and runs SQL operations on it.
Consequences for the Future:
PostgreSQL is becomming a default choice for many SQL databases, with most companies moving away from Oracle.