Oyvindkg / swiftydb

💀Neither supported nor maintained for years. A type-safe, protocol-based, pure Swift database offering effortless persistence of any object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinySQLite in SwiftDB does not support Swift 3

dlpigpen opened this issue · comments

commented

Hi your library is using the TinySQLite library but I see it has not upgraded to Swift 3? Is the current version 2.0 support running without any problem?

Neither SwiftyDB or TinySQLite currently supports Swift 3.0

Any news about this?

Sorry for the long wait. 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.

Any news?

TinySQLite now supports Swift 3.0.

I have revised the 2.0 implementation and interface. 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.