create Postgre SQLKSLDatabase
fun createPostgreSQLKSLDatabase(dbName: String, dbServerName: String = "localhost", user: String = "postgres", pWord: String = ""): Database
Creates a new KSLDatabase
Return
a reference to a KSLDatabase
Parameters
db Server Name
the name of the database server, must not be null
db Name
the name of the database, must not be null
user
the user
p Word
the password