barrel 0.3.0

A powerful schema migration building API for Rust
Documentation
1
2
3
4
5
6
7
//! A unit testing module for barrel

#[cfg(feature = "pg")]
mod pg;

#[cfg(feature = "sqlite3")]
mod sqlite3;