import GRDB
class MyView: UIViewController{
override func viewDidLoad() {
super.viewDidLoad()
do{
let dbPool = try DatabasePool(path: "/path/to/database.sqlite")
}catch let error{
print(error)
}
}
}
error is print SQLite error 14
what is SQLite error 14?
first use GRDB and first Call SqlLite
Why raise Error?
Ios 11.0 Swift 4.0 Grdb 2.10.0
Build to Iphone8 Simulater