forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Use foreign keys + cascade delete in database #36

Closed RedMser closed 4 years ago

RedMser commented 4 years ago

SQLite supports foreign keys with cascade delete.

Example use case is here, getting rid of all the individual deletes (besides the original removal of the guild from the db).