has-taiar / SQLite.Net.Cipher

An easy to use extension for SQLite.Net PCL that allows you to seamlessly encrypt/decrypt data when inserted/accessed from the database by adding one simple attribute. Works great on all major platforms (iOS, Android, Windows Universal)
http://www.hasaltaiar.com.au/sqlite-net-cipher-secure-your-data-on-all-mobile-platforms-seamlessly-and-effortlessly/
MIT License
24 stars 21 forks source link

Why is Imodel require implementing Id of type string? #6

Open eL-Prova opened 7 years ago

eL-Prova commented 7 years ago

What is the reason that IModel requires property Id of type string? Why it is not an int for example?

Kind regards