Hello All, I can’t really find resources about to ...
# orm-help
p
Hello All, I can’t really find resources about to store large >256kb data as a string, or even best practices to doing this. Maybe i miss something as i try to store an editor state with a large richtext into a field. Is there a way to increase the limit of 256kb of a string field at Prisma?
n
Maybe you should storage large data in external files and just save the link to the file in Prisma