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?
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?