-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Remove Sqlite #486
base: master
Are you sure you want to change the base?
Remove Sqlite #486
Conversation
Motivation for SQLite was compatibility with score database of UltraStar Deluxe (also Vocaluxe, UltraStar World Party). Melody Mania uses it for a mod. But I am fine with removing this. It is "just a game" after all, losing old scores is not a big deal. |
Ah, I see. I missed that because neither Unity nor Visual Studio will tell me about things used by mods because they're just loose .cs files. |
@AnsisMalins this is a Draft Pull Request. Is this intended? |
Yes. A mod depends on Sqlite so merging this now would break it. At the same time, I would like to investigate if the mod has to depend on Sqlite, and what to do about mods overall. My thoughts about mods:
|
But then also what about piracy mods. |
Yes. No worries, I should be able to include the DLL of SQLite, plus utility code in the mod.
This is not intended.
I agree, mostly.
That said, motivation for the current mod system was
Not sure what you mean with that. In conclusion,
|
What does this PR do?
Remove code related to Sqlite.
Closes Issue(s)
None.
Motivation
The code seems to be unused.
More
None.
Additional Notes
None.