Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension: pgx_ulid #192

Open
pirate opened this issue Aug 14, 2024 · 0 comments
Open

Extension: pgx_ulid #192

pirate opened this issue Aug 14, 2024 · 0 comments
Labels
enhancement New feature or request pgrx

Comments

@pirate
Copy link

pirate commented Aug 14, 2024

This is a proposal to add support for ULIDs in Postgres using the https://github.com/pksunkara/pgx_ulid extension.

The extension is relatively simple, its <150 LOC (not including tests) written in rust using pgrx:
https://github.com/pksunkara/pgx_ulid/blob/master/src/lib.rs

My apologies I don't know much about WASM bundling yet, so I probably cant help much porting this to pglite, but if anyone wants to take a stab at it, that'd be awesome!

My use-case is that I have an existing Postgres DB full of ULIDs that I'd like to use on the frontend with PGlite, and it would be great to have matching cross-compatible support for ULIDs in the frontend.

@pmp-p pmp-p added the enhancement New feature or request label Aug 14, 2024
@pmp-p pmp-p added the pgrx label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pgrx
Projects
None yet
Development

No branches or pull requests

2 participants