square / workflow-swift

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
https://square.github.io/workflow
Apache License 2.0
325 stars 45 forks source link

Write database-backed example for Swift #142

Open rjrjr opened 5 years ago

rjrjr commented 5 years ago

We need example of driving long, random access list from a database.

zach-klippenstein commented 5 years ago

CoreData or SqlDelite or… @bencochran are there other common databases used on iOS?