tobiasschulz / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

csharp-sqlite as PortableClassLibrary project #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have a portable class library project for csharp-sqlite. 
This could faciliate the code in some places where there are a lot of compiler 
directives in the code.

Literature:
http://msdn.microsoft.com/en-us/library/gg597391.aspx
http://slodge.blogspot.de/2012/04/using-portable-library-tools-for.html

Original issue reported on code.google.com by felix.ob...@netcologne.de on 30 Jul 2012 at 8:12

GoogleCodeExporter commented 9 years ago
I do agree with this idea: it would be lovely to have a portable csharp-sqlite 
assembly.

Currently I'm pursuing portable functionality by looking to use a portable 
library solution within a sqlite-net layer above SQLite - see 
http://slodge.blogspot.co.uk/2012/10/a-sqlite-example-vnext-portable.html - 
especially as this lets me take advantage of native code on the MonoTouch and 
Droid platforms - and on WinRT too

Original comment by lodge.st...@gmail.com on 15 Oct 2012 at 10:12

GoogleCodeExporter commented 9 years ago
Good suggestion, please user UserVoice to request and lets see how much 
interest there is in doing this

Original comment by noah.hart@gmail.com on 29 Oct 2012 at 7:42