-
Notifications
You must be signed in to change notification settings - Fork 125
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
another app using the database? #278
Comments
On question 2: I have been using additional tables (and triggers on file_tag) in my schema for years now and TMSU continues to work fine. This is on a moderately large database (31k tagged files) My alterations were also mainly done using Python. TMSU does not to my knowledge do anything particularly exotic with SQLite, so there are probably other people who have successfully done this kind of thing with different languages. |
@hydrargyrum - 2024 is almost over, and tmsu hasn't had a release since the end of 2019. I'd consider that stable enough. Having an image browser that supported tmsu would be useful to have too. |
I couldn't decide myself about replacing sit-tagger's database format with tmsu's format, biggest issue being it would require 2 parallel schema version numbers (and the next one being the schema upgrade required to switch from one model to the other). However, I started to implement an easier idea: support 2 database backends, as it doesn't require merging formats or hard-to-revert changes. There would be a |
I develop sit-tagger, an image file browser with its own file tagging database. I'm considering changing the database schema (which has been designed years ago) to be more like TMSU's one because it's better designed.
A further option would be to even fully support TMSU databases. However, I need some features that are not present in TMSU database, so I have a few questions:
The text was updated successfully, but these errors were encountered: