Skip to main content

Crate post3

Crate post3 

Source

Re-exports§

pub use backend::StorageBackend;
pub use error::Post3Error;
pub use fs::FilesystemBackend;
pub use store::PostgresBackend;
pub use store::Store;

Modules§

backend
error
fs
models
repositories
store

Statics§

MIGRATOR
Embedded database migrations. Run with MIGRATOR.run(&pool).await.