|
|
|
|
|
by ohyeshedid
4151 days ago
|
|
These preferences of yours appear to be a step back from installer scripts like Softaculous. Fantastico, etc. It's a nifty/fun project, but why in the world would I bundle MySQL with a simple blog platform? It seems like you're trying to reinvent the wheel, and making it less functional in the process. |
|
We want the experience for users to be install app, use app, without worrying about setting up databases and such. We also want to enforce isolation between apps so one app cannot access another's data, and that's a lot easier to do if they aren't sharing a database. Considering these desires, it makes sense to say that apps should simply bundle their database of choice.