CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Feb 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Igor Matyushkin.
DataKit is an extremely fast in-memory database with intuitive and powerful internal language. It’s developed with keeping in mind main troubles that iOS developer encounter with traditional databases like CoreData. To simplify development process, DataKit is based on several axioms:
DataKit uses one context and it’s hidden from developer.DataKit uses its own queue for all operations. They are performed asynchronously and never stop UI updates.DataKit has a self-learning algorithm. More requests to database you make, faster you get results.DataKit folder to your project.or
DataKit cocoapodNote: For Swift 2.x use DataKit v0.2.2. For Swift 3.0 use DataKit v3.0.
DataKit is designed to work with any types of data subclassed from NSObject.
More documentation will be published very soon…
DataKit is available under the MIT license. See the LICENSE file for more info.