naphtha-proc-macro 0.5.0

Supporting macro crate for naphtha
Documentation
1
2
3
4
5
6
#[cfg(feature = "barrel-mysql")]
pub(crate) mod mysql;
#[cfg(feature = "barrel-pg")]
pub(crate) mod pg;
#[cfg(feature = "barrel-sqlite")]
pub(crate) mod sqlite;