heeranjid-sqlx
HeerRanjId ([ɦiːɾ.ɾaːnd͡ʒ.ɪd])
PostgreSQL and SQLx integration for HeerRanjId.
This crate exposes:
- embedded SQL for schema installation and ID generation
- helpers for startup validation
- helpers for generating
HeerIdandRanjIdvalues from PostgreSQL
use install_schema;
# async
The repository uses a sql/ submodule for the embedded SQL sources. Make sure
you clone with submodules or run git submodule update --init --recursive
before building from a git checkout.