Is there a way to generate document Ids outside of convex
I have data tables that I'd like to create some relations for before uploading into convex. Is there a way for me to generate document ids and have convex use that for the _id property? Im currently using migrations but its expensive for my monthly db bandwidth
1 Reply
Convex IDs are only generated by the database. In the past I've created my own client created uuid field if I needed an id before committing an object.