how can I store `html` data in prisma?
# orm-help
j
how can I store
html
data in prisma?
d
isnt it just a string and parse on client?!
h
Yes store it as string and fetch it in application server and send back to client as content type: text/html
j
thx