I have to initialize a DB(postgresql) and create the tables to use; Which is the best way to do it in terms of program design?
In other words I have to create a static class, or a class and therefor an object or through other ways?
I'm using Java but i think that is irrelevant.