YapDatabaseExtensions icon indicating copy to clipboard operation
YapDatabaseExtensions copied to clipboard

YapDatabase extensions for use with Swift

Results 9 YapDatabaseExtensions issues
Sort by recently updated
recently updated
newest added

- Updated dependencies - Updated code and project settings to swift 4 - Fixed failing tests - Merged @JimRoepcke [fork](https://github.com/JimRoepcke/YapDatabaseExtensions)

I'm using Xcode 8.0/Swift3 I used Cocoapods to install YapDatabaseExtensions, along with it ValueCoding was installed. The ValueCoding.swift has 12 or so compiler errors. Most are complaining about >> Use...

Dan, thanks for making YapDatabaseExtensions! This PR contains some sutble but signficant changes I consider important for improving the performance and flexibility of this framework. ### Metadata changes This PR...

Is there a plan to support swift 2.3?

This is definitely a question, not a bug report, so read accordingly :) I've recently been re-structuring my data a bit so that I have the fields that I sort...

question

In a few places, you've recommended storing the SQLite database file in `.DocumentDirectory`: - [`pathToDatabase`](https://github.com/danthorpe/YapDatabaseExtensions/blob/cc70c9ef38072aaf4f245414c54dc04105c8b2cf/YapDatabaseExtensions/Shared/YapDatabaseExtensions.swift#L19) - [`databaseNamed`](https://github.com/danthorpe/YapDatabaseExtensions/blob/cc70c9ef38072aaf4f245414c54dc04105c8b2cf/YapDatabaseExtensions/Shared/YapDatabaseExtensions.swift#L77) What's the rationale behind this recommendation? I've been placing my databases in `.ApplicationSupportDirectory`...

I may just be missing something and this is supposed to be used from elsewhere or something, but none of the pieces of the YapDB.View api that would let me...