1
I’m trying to create a sqlite bank with Swift, but I’m having trouble with examples and documentation on the net, I wanted to see if anyone could connect in a sqlite bank with Swift ?
1
I’m trying to create a sqlite bank with Swift, but I’m having trouble with examples and documentation on the net, I wanted to see if anyone could connect in a sqlite bank with Swift ?
5
There is a demo application on github, which can be a good one for you to understand how to connect to sqlite and how to use it together with Swift.
See the example project in the link below:
https://github.com/rnystrom/Swift-CoreData#Swift-core-data
I hope it helps solve your problem.
Browser other questions tagged ios swift
You are not signed in. Login or sign up in order to post.
Not much yet, but I found a link on Soen: http://stackoverflow.com/questions/24102775/accessing-an-sqlite-database-in-swift
– helderdarocha
Vlw helderdarocha this link fell like a glove...
– thiago.adriano26
Taking advantage I found this link tbm.. http://swiftplayground.com.br/
– thiago.adriano26
Try to see at www.swift.pt there are good examples
– neo-_-man