tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
xata_id_extension
1
fork
atom
PostgreSQL extension for generating Xata-style xata_id unique identifiers (rec_<20_chars>) using Rust and pgrx.
1
fork
atom
overview
issues
pulls
pipelines
ci: install cargo pgrx
tsiry-sandratraina.com
8 months ago
1ceb187c
f66429df
+2
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+2
-1
.github/workflows/ci.yml
···
25
25
cargo fmt --all --check
26
26
- name: Run test
27
27
run: |
28
28
-
type cargo
28
28
+
cargo install --locked cargo-pgrx
29
29
+
cargo pgrx init
29
30
cargo test