Allow sqlite, so we can avoid database configuration
The two MySQL features Roadster uses which aren't in SQLite are: 1) GIS for storing / retrieving geometry by location. Since we found this to be both too slow and too big (on disk), it has to be replaced eventually anyway. 2) Full Text Indexing. This is used only for POIs and can be replaced with normal indexes and a little extra code.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.