walt_terryW
Convex Community8mo ago
1 reply
walt_terry

Data type for sheet like data?

I have been doing evaluating Convex recently but couldn’t find answer to this. I have bunch of data sheets which have dynamic structure, user can define columns and rows dynamically. If i would do this with postgres directly i would probably make sheets table with jsob column, i couldn’t find anything similar from Convex. I could use Convex arrays and record types but arrays have max length of 8192. Most likely i dont hit the limit but it would be nice that I shouldn’t have to worry about that? What kind of schema would you build around this?
Was this page helpful?