1 2 3 4 5 6 7
//! Materialized Views API for creating and managing materialized views mod api; mod types; pub use api::MatviewsApi; pub use types::*;