Module name while creating virtual table in SQLite
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)