manala / manalize

Provides ready-to-use environments for various projects through manala ansible roles
http://www.manala.io
MIT License
36 stars 2 forks source link

disable sqlite by default #148

Closed mb3rnard closed 6 years ago

mb3rnard commented 6 years ago

if mysql is the most common used SGBD, I believe sqlite should not be installed by default.

chalasr commented 6 years ago

That's desired, reasoning can be found in https://github.com/manala/manalize/pull/132. No strong opinion, IMHO it does not hurt. ping @ogizanagi

mb3rnard commented 6 years ago

I found it redundant to have 2 SGDB installed by default, but I understand the need for in memory tests explained by @ogizanagi, especially in the context of a Symfony project.