F-Script, the Cocoa-based scripting environment, now provides some great tools for exploring Core Data databases. I couldn’t figure out how to easily open up my databases, other than manually creating a managed object model, then a persistent store coordinator, then a managed object context on the console. I couldn’t find any existing tools, and I wanted a quick workflow for opening up my database

