activa / iridium

Iridium - Lightweight .NET ORM for mobile, desktop and server applications
MIT License
22 stars 8 forks source link

iridium.db.postgres & Android #4

Closed kappesLab closed 6 years ago

kappesLab commented 6 years ago

Is iridium.db.postgres compatible with MonoAndroid (Xamarin project) ? I should access the data in a server database "PostgreSQL" from Android (mobile) and Windows (desktop) applications. Is it possible to make this driver compatible with Android, even only for reading and updating data ?

activa commented 6 years ago

Postgres is not supported in mobile apps (Android, iOS and UWP) at this time.

kappesLab commented 6 years ago

Is it possible to have this functionality in the future ? Can I help you somehow ?

activa commented 6 years ago

The postgres driver needs to be converted to a .NET Standard 1.3 library. It's currently a .NET Framework 4.5 library. I will see if I can make that happen.

kappesLab commented 6 years ago

Ok, thank you very much

activa commented 6 years ago

An updated nuget package for Postgres is available (2.2.0.313). It should work in any .NET Standard 1.3+ application, including Xamarin Android and iOS.

kappesLab commented 6 years ago

Thank you again for your quick response.