Support nanoid for unique ID generation

I already implemented this with custom code for my project but as I’ve seen some people asking for UUID in the forum I thought I would open a FR for a similar but better approach to unique ids.

@JonL, would you be willing to share your custom code here so we can just paste it into our designs? :slight_smile:

Unfortunately it is not one of those you can just copy and paste.

Any tips for implementing this then? I’ll have a bit more of look at the link, but it wouldn’t be all that hard would it?

No, it is not difficult. It just depends on the implementation and server model(thus the FR). I’ve seen js, php and asp.net implementations.

Released for nodejs as a custom module extension.

2 Likes

You can now generate UUID in server connect:

1 Like