Oyvindkg / swiftydb

💀Neither supported nor maintained for years. A type-safe, protocol-based, pure Swift database offering effortless persistence of any object
MIT License
489 stars 34 forks source link

migrate to swift 3 #29

Open tianyouhui opened 8 years ago

tianyouhui commented 8 years ago

Thanks for your great swiftydb framework, and, have your ever planned to migrate to swift3?

Oyvindkg commented 8 years ago

Version 2.0 is planned to be released for Swift 3.0.

dlpigpen commented 7 years ago

@Oyvindkg When does the version 2.0 release? Thank you for your support!

Oyvindkg commented 7 years ago

As soon as possible! It needs at least better test coverage, and preferably support for Carthage and SPM. And TinySQLite needs to be converted to Swift 3.0

lfarah commented 7 years ago

I'd love to see this working in Swift 3

kamalupasena commented 7 years ago

Do u have a branch or another way use swiftydb in swift 3 ?

axellebot commented 7 years ago

No news ?

Oyvindkg commented 7 years ago

Sorry for the absence. The past few months have been crazy juggeling work at a startup (https://flowmotion.one) and finishing my masters degree. I really hope to be able to complete v2.0 for Swift 3 as soon as possible, but I at this point I cannot give you a date.

mikestalker commented 7 years ago

Hello @Oyvindkg . With new Xcode 8.3 there are errors with old Swift. Any news about updating?

Oyvindkg commented 7 years ago

I have revised the 2.0 implementation and interface. It has been on a diet, and the structure and interfaces have been simplified. If you are interested, have a look at the README and tell me what you think. As soon as the test coverage is improved, and the interfaces are done, I'll push a new release.

Feel free to play around with the ´dev´ branch. It is a major improvement to the original SwiftyDB in both implementation and usability.

ketanparekh commented 7 years ago

@Oyvindkg can I start using from Dev Branch ?