wtfnotavailable / Discord-MusicBot

Discord Music Bot Source Tree
Other
179 stars 84 forks source link

Sqlite prisma config #238

Open Checker8763 opened 1 month ago

Checker8763 commented 1 month ago

Is your feature request related to a problem? Please describe.

It would be nice to have a template to run the bot on an sqlite database.

Describe the ideal solution

Simply add a sqlite prisma template file (Copy postgres file and switch postgres to sqlite) and add sqlite as possibility in the config. Also add the notice that DB name is a path if sqlite is used.

Describe alternatives you've considered

The supported databases make it pretty annoying to backup data and when sqlite is used in the same folder as the bot backing up become zipping the folder.