swift with sqlite

1

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?

    
asked by anonymous 13.06.2014 / 06:47

1 answer

5

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:

link

I hope it helps solve your problem.

    
14.07.2014 / 19:53