ofc now I can't get it to reproduce the error I was getting in the console tab ...or the 500 error w
ofc now I can't get it to reproduce the error I was getting in the console tab ...or the 500 error when trying to load the tables tab

CREATE TABLE my_table (my_field TEXT);
-- need to use double apostrophe instead of backslash escaping
INSERT INTO my_table VALUES ('body with escaped string can\'t be done');