DeepakDahiya
DeepakDahiya13mo ago

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?
2 Replies
Heath
Heath13mo ago
If the schema remains the same, why not add a uid column and query by user?
DeepakDahiya
DeepakDahiyaOP13mo ago
Makes sense

Did you find this page helpful?