Sharing code between sqlite-net and servicestack ormlite?
- by lanks
I am using sqlite-net to store data on my MonoDroid mobile application. I am wanting to sync this data with a server side service as well.
Would it be possible to share the code for my Entity objects between sqlite-net and Servicestacks ormlite?
The main difference between the two that I can see is declaring the "using namespace" statements at…