Id schema that is: 128-bit (uuid compatible); sorted (won't explode database indexes); random (gen anywhere); readable (has object type and a "short" segment); and highlights on double click. Includes postgres extension.
set dotenv-load
set positional-arguments
run *ARGS:
cargo run -- "$@"
test *ARGS:
cargo test --all-features -- "$@"
build:
cargo build
install:
cd cli && cargo install --path .
check:
cargo check