Postgres extension for Snowflake ID. Written in Rust.
CREATE EXTENSION snowflake;
ALTER SYSTEM SET snowflake.machine_id = 0;
SELECT snowflake_next();See pgrx for build instructions.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Postgres extension for Snowflake ID. Written in Rust.
CREATE EXTENSION snowflake;
ALTER SYSTEM SET snowflake.machine_id = 0;
SELECT snowflake_next();See pgrx for build instructions.