You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for this project which is really interesting.
As a developer, I generally use uuid to uniquely identify my recordings, is the possibility of using uuid in ObjectId possible with TingoDB natively? And if so, how?
The text was updated successfully, but these errors were encountered:
You can use any ids that you want. You only need to put it before inserting record. I mean that there are no constraints that _id is always ObjectId, it can be string, integer etc
Hello,
thank you for this project which is really interesting.
As a developer, I generally use uuid to uniquely identify my recordings, is the possibility of using uuid in ObjectId possible with TingoDB natively? And if so, how?
The text was updated successfully, but these errors were encountered: