Tag Archives: postgres

UUIDv7 in PostgreSQL

And another UUID function. This one also generates UUIDv7, just like the the one in the previous post , but this one is designed to work in PostgresSQL, instead of MySQL As before: either use this inline in your select statement, or convert it to a function.