RaptorDB-Document
RaptorDB-Document copied to clipboard
UWP support (PCL)
Is it possible to run this on Windows Phone or UWP? Perhaps a PCL?
Currently no since those platforms don't support reflection emit and dynamic methods.
Is there no alternative whatsoever?
May be slow reflection, but that would destroy performance (may be not an issue on those platforms) and would mean rewriting and testing on those platforms which is not a priority right now.
Hopefully .net standard will be better in the future and support more of the api's needed.
Are you planning to use those platforms?
I am actually using those platforms. Currently, I am developing a music player for UWP. I tried using LiteDB for library, playlist loading/saving but it is slow as compared to RaptorDB. (I saw the tests. Very impressive, I must say!)
What about general .net core? Since many servers will be moving to .net core, that's a solid use-case
I'm tinkering with .net core... so stay tuned!
Same question: Any plan to support Xamarin?