On 13 Jun 2018, at 8:01pm, Simone Mosciatti <sisciamir...@yahoo.com> wrote:
> I try to use the module that I just created I only get an error: "no such > module: $NAME_MODULE" Are you storing the name of the module in a variable ? You seem to be somehow passing to the parameter a module name containing the dollar sign, instead of whatever is in the variable called $NAME_MODULE . Can't help you solve the problem because I don't know anything about rust. But in your code, just for testing, where you pass the parameter which indicates the module name, try passing an explicit string and see if the error goes away. Another possibility is that there's an error in the rust interface to SQLite. After all, only a tiny percentage of SQLite users ever use virtual tables. You might try asking on a rust forum. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users