As I am novice to swift 3.0, I am too much confused , how to use sqlite3 in swift 3.0
- while working with objective-C I have used sqlite3 without any 3rd party library.
- Same I want to do with swift 3.0
As I have searched over net, I saw various libraries are being used i.e. FMDB , GRDB , Sqlite.Swift ,etc.
is there any way to use sqlite without third party library?