I'm trying to create a sqlite database with swift, but I'm having difficulty with examples and documentation on the net, I wanted to see if anyone could connect to an sqlite database with swift?
I'm trying to create a sqlite database with swift, but I'm having difficulty with examples and documentation on the net, I wanted to see if anyone could connect to an sqlite database with swift?
There is a demo application in github, which might be a good idea for you to understand how to make the connection to sqlite and how to use it together with swift.
See the example project on the link below:
I hope it helps solve your problem.