Expand description
§Chaindexing Macros
This crate provides procedural macros for the Chaindexing library.
Note: These macros are re-exported by the main chaindexing crate.
Users should import them from chaindexing instead of depending on this crate directly:
use chaindexing::state_migrations;
// or
use chaindexing::prelude::*;Macros§
- state_
migrations - Validates SQL migration strings at compile time and re-emits them as a
&[&'static str]slice literal.