Functions
Link copied to clipboard
Link copied to clipboard
fun createPostgresKSLDatabaseObserver(model: Model, dbName: String, dbServerName: String = "localhost", user: String = "postgres", pWord: String = ""): KSLDatabaseObserver
Creates a Postgres KSL based database and returns a KSLDatabaseObserver configured to observe the supplied model. The database will have a schema called "ksl_db" created if it does not exist. If it already exists, it will be dropped and recreated. All current data will be deleted.
Link copied to clipboard