hadithhouse / HadithHouseApi

Backend for Hadith House
http://www.hadithhouse.net/
MIT License
3 stars 3 forks source link

Use sqlite in offline mode #336

Closed rafidka closed 6 years ago

rafidka commented 6 years ago

The offline mode is really useful when there is limited internet connectivity. However, it assumes there is a local Postgres database. This is heavy to install, so I would like to make offline mode uses sqlite and create a local database on file.