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
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
aguid/1 accepts a string or JSON (map) which is used to generate the deterministic UUID.
This should always be the same and irreversible.
aguid/2 accepts the String or JSON (map) as aguid/1 but also accpets a "parent" UUID which should be referenced in the "child" UUID such that we can "lookup" the parent or "chain" of nodes.
The text was updated successfully, but these errors were encountered:
Porting the Node.js module https://github.com/dwyl/aguid over to Elixir
for use as primary key in https://github.com/dwyl/alog
aguid/0
generates a pseudorandom UUID (always different) that conforms to spec: https://en.wikipedia.org/wiki/Universally_unique_identifieraguid/1
accepts a string or JSON (map) which is used to generate the deterministic UUID.This should always be the same and irreversible.
aguid/2
accepts the String or JSON (map) asaguid/1
but also accpets a "parent" UUID which should be referenced in the "child" UUID such that we can "lookup" the parent or "chain" of nodes.The text was updated successfully, but these errors were encountered: