Hi. Is it possible to compare an existing database...
# exposed
b
Hi. Is it possible to compare an existing database schema to an Exposed object? I would like to check that all columns defined in the DSL is in the database schema, preferably including type checking. I have looked at 'createMissingTablesAndColumns', however I would like to validate the missing columns / changes before actually committing them. I see that DSL code generation is planned for the future, but maybe there is a way to do this comparison atm.?