is it possible to call sqlite3_create_module in Aurelius

I have looked thought the Auralius.Drivers.SQLite.Import and it looks like the method sqlite3_create_module is not loaded and the DLL handle is not exposed making it impossible to make the call without manually editing the file to expose the LibraryHandle variable.

What I'm wanting to do is to create virtual tables for SQLite and use them in Aurelius. If I make the above change manually to the file, is there any reason why virtual tables would not work with Aurelius ?

I don't think there is a reason why Aurelius wouldn't work with virtual tables, as long as you understand the regular virtual table limitations - for example, the inability to create indexes from SQL