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

another app using the database? #278

Open
hydrargyrum opened this issue Mar 13, 2024 · 1 comment
Open

another app using the database? #278

hydrargyrum opened this issue Mar 13, 2024 · 1 comment

Comments

@hydrargyrum
Copy link

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:

  • Is TMSU's schema "stable"?
  • Is it okay if another app adds a few more tables to a TMSU database (without modifying the existing tables schema)? I don't mean incorporate those changes into TMSU, my app's schema would be a superset of TMSU's schema which would stay unchanged.
  • I probably won't make TMSU a dependency of my app (which is written in python, btw), so my app would be able to create a TMSU database and manipulate it, is it fine? There aren't very many sit-tagger users, so this should not create big breakages in case of a bug :)
@0ion9
Copy link

0ion9 commented Mar 13, 2024

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.

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

No branches or pull requests

2 participants