radianttap / Ambar

Powerful, advanced Core Data Stack implementation, in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSInMemoryStoreType question

sjsoad opened this issue · comments

Hi, I have found your solution for CoreData and I see that you work only with SQLite type of storage. Can your solution work with NSInMemoryStoreType?

I have never used it, this can’t say for certain.

@sjsoad I added preliminary support for in-memory type. It should be fine, do let me know if you find issues.