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.
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
tosqlite
) 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.