Thread 15: Fatal error: 'try!' expression unexpectedly raised an error: SQLite error 14: unable to open database file - while executing SELECT * FROM sqlite_master LIMIT 1
this code
public var lastBlock: Block? { try! dbPool.read { db in try Block.order(Block.Columns.height.desc).fetchOne(db) } }

Thread 15: Fatal error: 'try!' expression unexpectedly raised an error: SQLite error 14: unable to open database file - while executing
SELECT * FROM sqlite_master LIMIT 1this code
public var lastBlock: Block? { try! dbPool.read { db in try Block.order(Block.Columns.height.desc).fetchOne(db) } }