- add support for local sqlite stores
- add more optional converters (URL) to NSManagedObject extensions
- move container creation to NSPersistentContainer extensions (from cloud container)
Work on xiiagency/XRay#11
On initial installs SQLite takes a bit of time to propagate table creation. Querying the table too early causes a SQLite error and causes the entire app start up to freeze. We will wait for one polling interval for initialization to propagate.
Works on xiiagency/Decks#646