Show HN: SwiftData – A SQLite library in Swift
1–10 of 19 posts
Re: Show HN: SwiftData – A SQLite library in Swift
#2Re: Show HN: SwiftData – A SQLite library in Swift
#3Re: Show HN: SwiftData – A SQLite library in Swift
#4What's the advantage of using something like this over CoreData - which is built in?
But CoreData is a great option if you have time to learn it!
Re: Show HN: SwiftData – A SQLite library in Swift
#5Is there already a built-in package manager in Swift? Maybe CocoaPods will have support for Swift but, as a completely new environnement, I'm hoping that Apple will add a dependency manager for Swift.
Re: Show HN: SwiftData – A SQLite library in Swift
#6Hello, Is there already a built-in package manager in Swift? Maybe CocoaPods will have support for Swift but, as a completely new environnement, I'm hoping that Apple will add a dependency manager for Swift.
However, once Swift comes out of beta (and with some time) I think the best practices to distribute libraries will become evident.
It would be great if Apple released a dependency manager for Swift, though!
Re: Show HN: SwiftData – A SQLite library in Swift
#7Hello, Is there already a built-in package manager in Swift? Maybe CocoaPods will have support for Swift but, as a completely new environnement, I'm hoping that Apple will add a dependency manager for Swift.
Right now, the state of distributing libraries in Swift seems to be "add it as a git submodule, and either add the xcodeproj and link the compiled framework or just drag in the .swift files, but let's hope the community comes up with something better soon".
Re: Show HN: SwiftData – A SQLite library in Swift
#8What's the advantage of using something like this over CoreData - which is built in?
Re: Show HN: SwiftData – A SQLite library in Swift
#9What's the advantage of using something like this over CoreData - which is built in?
Re: Show HN: SwiftData – A SQLite library in Swift
#10Hello, Is there already a built-in package manager in Swift? Maybe CocoaPods will have support for Swift but, as a completely new environnement, I'm hoping that Apple will add a dependency manager for Swift.
Currently, I'm not aware of one. However, once Swift comes out of beta (and with some time) I think the best practices to distribute libraries will become evident. It would be great if Apple released a dependency manager for Swift, though!