Question

I'm developing a Web Application, but I have a question, What is the maximum TEXT DataType Capacity in WebSQL? Thank you!

Was it helpful?

Solution

TINYTEXT 256 bytes

TEXT 65,535 bytes ~64kb

MEDIUMTEXT 16,777,215 bytes ~16MB

LONGTEXT 4,294,967,295 bytes ~4GB

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top