I got the following problem and no idea on how to solve it. I am using SqlJet to access and manage a small Sqlite DB. It's amazing the simplicity of this library! But now, I have to execute a complex query which cannot be expressed using the methods provided by the library. On the website, they say
SQLJet does not support SQL queries; there is an API to work with the database on a lower level
And I was wondering, anybody of you know what is this lower level API to execute SQL queries?