One of the things I miss from moving from SQLite to Core Data is the ability to query directly against my database to analyze data. Is anyone out there aware of a tool that allows for the browsing of a Core Data store in a similar fashion?
相关问题
- Core Data lightweight migration crashes after App
- Can two managed object context share one single pe
- Multiple instances of _CDSnapshot_[entityName]_
- Why are Core Data NSManagedObject faults fired upo
- iOS: Swift: Core Data: Error: +entityForName: nil
相关文章
- Generate code for core data attributes in xcode 4
- Core Data sort descriptor with NSDate, iOS with Sw
- NSFetchedResultsChangeUpdate fired instead of NSFe
- Case Insensitive Compare with Core Data and Swift
- Renaming coredata .xcdatamodeld file and migration
- Subclass.fetchRequest() Swift 3.0, extension not r
- Core Data NSManagedObject doesn't have a valid
- swift sync data of core data an mysql database [cl
Possible duplicate of question Viewer/Query Analyzer for SQLite databases.
For what it's worth, I tried quite a few of the various SQLite browser tools, both free and paid for. I wouldn't mind paying for something great, but to be honest the gap between the free SQLite Database Browser and the paid for apps - some of which were relatively pricey - was minimal.
So I went with SQLite Database Browser. Here's the web site for download
If there was a great paid for app that was reasonably priced, I'd definitely buy it. Something like SQL Navigator, although that said SQL Navigator's UI was ridiculously bloated with features.
Core Data Editor isn't one I've heard of so I'm going to check it out as well.