ExposedSqlGenerator

Generator for JetBrains Exposed's SQL API.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun generateModels(context: GeneratorContext)

Perform the model generation with the provided context.

Link copied to clipboard
fun generateTypeSpec(model: Model, context: GeneratorContext): TypeSpec

Generate an Exposed SQL Table for the provided model and context.