标签: swift sqlite swift2 sqlite.swift
我正在尝试查询数据库,查看它是否包含特定表中的记录,使用SQLite.Swift库,用于Swift 2.0。
QueryType类的扩展名为exists,因为这会返回Select<Bool>,我不知道如何使用它。
QueryType
exists
Select<Bool>
目前我正在使用count作为解决方法,但由于我不需要记录数量,这可能是性能问题。
count