What you're looking for seems similar to LINQ to SQLite (System.Data.SQLite). 
When programming in C#, I don't code any SQL. I use a strongly-typed interface 
that then generates SQL queries in the background.

Besides LINQ, you could create another interface that suits your needs, and 
that can then communicate with any database since all databases recognize SQL. 
Nothing needs to change on SQLite's side.

My 2 cents.


Etienne

Reply via email to