dbpprt / mobiledb

You like EntityFramework and use it frequently but sometimes you need just a simple embedded database for an app or a small application, then MobileDB ist just right for you. It's a lightweight, fast and simple JSON database with an EntityFramework inspired API.
MIT License
18 stars 4 forks source link

Support for async/await #1

Closed dbpprt closed 10 years ago

dbpprt commented 10 years ago

Classes contains definitions for async/await but there are some design considerations because Windows RT requires async/await for nearly all filesystem operations

dbpprt commented 10 years ago

added IFileSystem and IAsyncFileSystem because winrt only supports async filesystem operations