zio/zio-sql

Add `gen_random_uuid` function to PostgresModule

Closed this issue · 2 comments

Add support for function gen_random_uuid described in the PostgreSQL docs.

Add function to PostgresFunctionDef in PostgresModule
Add test in FunctionDefSpec

I'll take this one

Done.