freshKeyspace

fun freshKeyspace(vararg classes: KClass<*>): KandraRuntimeHandle

Creates a fresh keyspace with a random name, registers classes, and creates tables.

Call KandraRuntimeHandle.close in @AfterEach to drop the keyspace.