Skip to content

Drop Schema without drop Database #840

@Hannes-Schniz

Description

@Hannes-Schniz

Is your feature request related to a problem? Please describe.
In enterprise environments it is usually not possible to entirely drop and recreate the database each time you want to remove/recreate the schema. Furthermore Databases usually undergo a tuning process which is not possible when using the database right after creation.

Describe the solution you'd like
Id like to have the drop schema function not simply drop the database. In Db2 and PostgreSQL I implemented this in Version 4.12

Describe alternatives you've considered
The only other way to delete the schema is doing this manually which is defeating the purpose of the function entirely

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions