标签: swift
嗨,我使用SQLite CocoaPods,如果我要设置db.sqlite路径(如果我设置相对于项目的位置或相对于组的位置找不到数据库),我设置FileManager.default.currentDirectoryPath但仍然无法正常工作只是使用fullpath,我该怎么办?
let db = try! Connection("branch.sqlite")