I’m trying to build a survey platform (here: Glitch :・゚✧) and I wanted to use the hello-sqlite example (Glitch Hello Sqlite) to store the text answers. Is this possible? If so, any suggestions?
I’m new to databases
Thank you!
yeah, set up the table to store TEXT
https://www.sqlite.org/datatype3.html
and then you can use INSERT statements to create a row for each answer
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.