Swift 3 - SQLite包装器

时间:2016-09-30 18:55:00

标签: ios swift sqlite swift3

我是swift和mobile的新手,我正在创建一个应用程序,我将使用SQLite,我正在寻找一个包装器,我真的很喜欢this one但它似乎与swift 3兼容

我正在寻找swift 3兼容包装,有什么建议吗?

1 个答案:

答案 0 :(得分:1)

要将SQLiteSwift 3.0一起使用,请将以下内容添加到podfile

pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift.git',
       :branch => 'swift3-mariotaku'