createSchema

suspend fun createSchema(vararg schemas: Schema, inBatch: Boolean = false)

Creates schemas

Parameters

schemas

the names of the schemas

inBatch

flag to perform schema creation in a single batch

Samples

org.jetbrains.exposed.v1.r2dbc.sql.tests.shared.SchemaTests