I want to know how can I do following things in scala?
- Connect to a postgreSQL database.
- Write SQL queries like SELECT , UPDATE etc. to modify a table in that database.
I know that in python I can do it using PygreSQL but how to do these things in scala?