SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
Non Typed Access
Firstly, thanks for making this library available.
I like the typed access for SQLite that is provided by this library, but in our case, we need non-typed access to the data. We also need this to work across platforms. I was wondering if there is something I've missed. Is there a way to access the data in a non-typed (i.e. data table like) fashion?
I came across this library: http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki But it seems to be unsupported.
If this library does not currently support non-typed access, would you consider accepting code that allowed for non typed access?