Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Add method to delete a source #99

@dr-rodriguez

Description

@dr-rodriguez

It would be useful to have a method to completely delete a source and its associated data. While the present of triggers or foreign keys with "on delete cascade" can make this trivial, not all databases will have this. This method can work similarly to db.inventory() in that it grabs all of the data and displays it to the user. If the user agrees that this is the data to delete, the script can then go through the various tables deleting by their id columns and ending by deleting from sources.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions