LiosK / uuidv7

A JavaScript implementation of UUID version 7
Apache License 2.0
173 stars 3 forks source link

How experimental is this library? #6

Closed benjick closed 10 months ago

benjick commented 11 months ago

Hey!

I'm interested in using uuidv7 in my postgres database, but my cloud provider does not support it so I'm thinking I can generate them in the app layer. This library was the first hit but the readme mentions experimental, how experimental is it? Can I use it in production?

Cheers

LiosK commented 11 months ago

Hi! It's almost stable, and I'm planning to bump it to v1 as is (except CJS support) once the new RFC is officially released. In this sense, this library is as experimental as the draft RFC.