Search code examples
iphoneswiftfmdb

FMDatabaseQueue (FMDB) using Swift


I've been trying to find Swift examples for FMDatabaseQueue.

All I have been able to find is Objective-C here: https://ccgus.github.io/fmdb/html/Classes/FMDatabaseQueue.html

Im not familiar with Objective-C and I'm new to Swift so I'm not sure how to port the code.


Solution

  • I've found what I was looking for here https://github.com/ccgus/fmdb/issues/291