Issues working with sql database

Hello, I’m doing a simple project by modifying the hello-sqlite glitch. Currently, the example provides a db with a table (named choices) already in it. What I would like to do is just to change the table into a new one (named Questions: with content and answer) and insert into it. To no avail.

So I have been trying to investigate. I ls .data, and cat db.sqlite but the file is empty and effort to write some schema or new table into that folder is not successful. Here is the project link, I would appreciate if someone can look into it, especially how to create a new table and insert into it successfully, so it displays on the html view.

Thanks,

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.