Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use different DB and session store backend #491

Open
sickelap opened this issue Apr 25, 2022 · 2 comments
Open

Use different DB and session store backend #491

sickelap opened this issue Apr 25, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sickelap
Copy link
Contributor

Describe the enhancement you'd like
Allow users to choose which database and/or session store backend to use. For example SQLite + file-based session store.

Describe why this will benefit the LibrePhotos
In addition to providing a choice, I think this will benefit other use cases such as described in #489 or LibrePhotos/librephotos-linux#44. Fewer external dependencies will also simplify the initial setup. Of course, it will likely increase maintenance overhead but before judging whether this is the case I'd like to propose trying to switch one thing and see how it goes. This could be either adding support for another DB backend or a different kind of session store.

@sickelap sickelap added the enhancement New feature or request label Apr 25, 2022
@webysther
Copy link

sqlite will be nice

@avibrazil
Copy link

avibrazil commented Jan 30, 2024

SQLite would be great for simpler setups.
Please consider using SQLAlchemy for database abstraction, so users can choose what they already have running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants