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
1. Open the Java Project in your IDE of choice.
2. Connect Postgres on your Local Host(change values of url user pass in Main.java)
3. Once it successfully connects to the server, you can uncomment the code in static main() method and test the function you wish. (or you can make ur own method calls)