Problems setting sqlite connection with nodejs and local docker

I have followed each step, I can connect to my local sqlite3 file and add fields and data within the Wappler database manager.

However, when I create a simple query I get

{"status":"500","code":"SQLITE_ERROR","message":"select * from mytable - SQLITE_ERROR: no such table: mytable","stack":"Error: select * from mytable - SQLITE_ERROR: no such table: mytable"}

Community Page
Last updated: