ryanfowler / SwiftData

Simple and Effective SQLite Handling in Swift
MIT License
518 stars 93 forks source link

Using sqlite with many iOS devices #29

Closed davestucky closed 6 years ago

davestucky commented 9 years ago

is it possible to use sqlite db on more than one device. such as iPad and iPhone? I am not familiar with iCloud and core data.. I would like to use swift data cause i understand the syntax.

Thanks Dave