sequential-uuids
sequential-uuids copied to clipboard
generator of sequential UUIDs
Hello, I created a pure pgSQL implementation of the time-based generation method. Hopefully this is useful for those of us using a service like AWS RDS where we can't install...
For personal use, I made a quite simple docker image, just adding this extension to the official postgres docker image (12, 12-alpine, 13, 13-alpine). For anyone who might be interested,...
Using GitHub releases makes it easier to download specific "blessed" versions of the source than it is checking out commits.
Having this extension packaged would be great. I'd be interested in using this on production servers, and having this packaged by default on PGDG would be great !
I've read [this issue](https://github.com/tvondra/sequential-uuids/issues/9) about _not_ adding this function to the core, and it makes sense; I'm embarking on on project on Supabase and I'd love to see this extension...