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

ci: run cargp pgrx test

+4 -2
+1 -1
.github/workflows/ci.yml
··· 27 27 run: | 28 28 cargo install --locked cargo-pgrx 29 29 cargo pgrx init 30 - cargo test 30 + cargo pgrx test
+3 -1
.tangled/workflows/ci.yml
··· 5 5 dependencies: 6 6 nixpkgs: 7 7 - cargo 8 + - cargo-pgrx 8 9 - rustc 9 10 - rustfmt 10 11 ··· 14 15 cargo fmt --all --check 15 16 - name: "cargo test" 16 17 command: | 17 - cargo test 18 + cargo pgrx init 19 + cargo pgrx test