You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: