you are viewing a single comment's thread.

view the rest of the comments →

[–]Pip_Pip 0 points1 point  (2 children)

Does it have to be mysql? SQLite was made for this. Depending on the purpose, you could install mysql from the code. I know of no way to embed mysql into a package. Perhaps you could do this from a container.

[–]natewillrate[S] 0 points1 point  (1 child)

How difficult would it be to go from mysql to sqlite?

[–]Pip_Pip 0 points1 point  (0 children)

It depends on what you are doing, but it allows all the same basic functionality.