Hi Stephencelis,
I am trying to make a Database Connection using the SQLite.swift library. But it's giving me the Use of unresolved identifier 'Connection'.
I am using Xcode 9.

Please help me I am here new to use this Library. I am not getting any way to read of this issue.
I think SQLite3 is a C library. To use the SQLite.swift library, import SQLite. (Not SQLite3)
Thank You, for your precious suggestion. I have solved it by my-self, I have to create a Bridge-Header for the SQLite3 and the problem solved.
Most helpful comment
I think
SQLite3is a C library. To use the SQLite.swift library, importSQLite. (NotSQLite3)