|
|
|
|
|
by michaelbuckbee
636 days ago
|
|
The sqlite db is on disk sync'd down to the clients from our service. The client is responsible for checking with our servers and, if rule updates are found, downloading a new database file. To avoid locking and contention issues, these are each uniquely named, and which DB is "current" is just updated. Note: This is only in "managed" mode. If you'd rather, you can distribute a SQLite database of the rules alongside your app. |
|