//! SQL generation for versioned schema views.
//!
//! Each schema version gets its own Postgres schema containing one view per table.
//! Clients select a version by setting `search_path`, so old and new schemas are
//! served simultaneously from the same physical tables.
use Schema;
pub use ;
pub use ;
/// Returns every statement needed to serve `snapshot` as `version`.