PostgreSQL extension for generating Xata-style xata_id unique identifiers (rec_<20_chars>) using Rust and pgrx.

ci: install cargo pgrx

+2 -1
+2 -1
.github/workflows/ci.yml
··· 25 25 cargo fmt --all --check 26 26 - name: Run test 27 27 run: | 28 - type cargo 28 + cargo install --locked cargo-pgrx 29 + cargo pgrx init 29 30 cargo test