Hi,
I need a SQLite library from my Xamarin Forms/.NET Standard app that supports executing dynamic SQL queries including the result sets (columns returned can vary).
The nuget package "sqlite-net-pcl" only support ORM API's where I need to declare static C# classes that map to the SQLite schema.
There appears to be a low level SQLitePCLRaw library. Is this the only option for SQLite apps that want to get data back not bound to LINQ or C# classes?