1718192021222324252627
public class App { public static void main( String[] args ) { DATABASE db = DATABASE.MYSQL; String host = "localhost"; String port = "3306"; String database = "testQuickDB"; String user = "root"; String pass = "";