Not sure if dj.create_virtual_module(modulename, dbname) should create a new database if dbname does not exist. If the main use case is to access an already existing database, it would be more useful to throw an error (in case of typos or when sharing code with someone that does not have access to the missing database).
Not sure if dj.create_virtual_module(modulename, dbname) should create a new database if dbname does not exist. If the main use case is to access an already existing database, it would be more useful to throw an error (in case of typos or when sharing code with someone that does not have access to the missing database).