crew-cr / Crew

Code review tool for git projects
http://crew-cr.github.io/Crew
MIT License
129 stars 30 forks source link

SQlite support #109

Closed rredpoppy closed 12 years ago

rredpoppy commented 12 years ago

I imagine it's not so difficult, unless you have exotic SQL commands.

maxailloud commented 12 years ago

IMO it's just a propel configuration, so you should be able to configure Crew to use a SQlite database instead of a MySQL one. Of course except if we use exotic commands, but I don't think this is the case.

Give it a try with SQlite and you will be fixe, and maybe you could make a PR to support SQlite if it's not the case ;)

rredpoppy commented 12 years ago

Thanks, I will give it a try