5 ms·
you may be interested in this postgres extension as well https://github.com/blitss/typeid-postgres https://github.com/blitss/typeid-postgres
by qntmfred 9mo ago
you may be interested in this postgres extension as well
https://github.com/blitss/typeid-postgres https://github.com/blitss/typeid-postgres
- K0nserv 9mo agoThat is indeed interesting. I have slightly different goals for my version. I want everything to fit in 128 bits so I'm sacrificing some of the random bits, I'm also making sure the representation inside Postgres is also exactly 128 bits. My initial version ended up using CBOR encoding and being 160 bits. Mine dedicates 16 bits for the prefix allowing up to 3 characters (a-z alphabet).
- K0nserv 9mo agoFinished an initial version of mine https://github.com/k0nserv/plid https://github.com/k0nserv/plid