createPostgreSQLKSLDatabase

fun createPostgreSQLKSLDatabase(dbName: String, dbServerName: String = "localhost", user: String = "postgres", pWord: String = ""): Database

Creates a new KSLDatabase

Return

a reference to a KSLDatabase

Parameters

dbServerName

the name of the database server, must not be null

dbName

the name of the database, must not be null

user

the user

pWord

the password