I need to create virtual Table in SQLite. I m not able to undestand what needs to be written in place of module in the following statement:
create virtual table tablename using module(module arguments)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 14, 2011, 6:02 AM
I'd check out the documentation - particularly section 2.2 Implementation:
http://www.sqlite.org/vtab.html