DeepakDahiyaD
Convex Community2y ago
2 replies
DeepakDahiya

Dynamic table

Is it possible to create dynamic tables in Convex database? I'm building a backend where each user can have their own dedicated 'space' table(for example 'space_userUid').
While the schema would remain consistent across all users, each 'space' table would be unique to the user and would store their notes with columns like title, events, etc. Could you advise on the best approach to implement this?
Was this page helpful?