export interface DropDatabaseOptions {
    name: string;
    ifExists?: boolean;
}
