codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.62k stars 343 forks source link

Object ID #728

Closed hasanAjsf closed 3 years ago

hasanAjsf commented 3 years ago

Is there an Object Id, like the one at MongoDB

mmeloni commented 3 years ago

Hi @hajsf, the creation of such kind of ID is up to the application that is using immudb. Immudb provide only the transaction Id, but since a transaction could contains multiple items it's not suite for identifier usage. You could some UUID generation solutions on your side. Let me know if it could work.

If you have other questions why you do not join on our slack or discord channel. It suite very well for discussion like this and can be useful for other community users.

Thanks

hasanAjsf commented 3 years ago

Thanks @mmeloni I joined sushis, but as not yet used to it, still asking here :), will consider this in the new clarifications, appreciate your suppor