ubccr / mokey

FreeIPA self-service account management portal
BSD 3-Clause "New" or "Revised" License
194 stars 46 forks source link

Replace MySQL with SQLite #6

Closed nogweii closed 7 years ago

nogweii commented 7 years ago

This replaces MySQL with SQLite. I'm setting up mokey for my local self-hosted services for friends and family and needed exactly this, but I didn't want to set up a MySQL server when I didn't need one before. (I'm running mokey on the same server as FreeIPA itself, along with Ipsilon.)

It was easier to just replace MySQL than to try determining what SQL syntax is needed to ensure compatibility between both.

aebruno commented 7 years ago

Thanks for the pull request but I have no intention of completely removing MySQL support. But I'd consider adding support for both in future releases.