Re-exports§
pub use backend::StorageBackend;pub use error::Post3Error;pub use fs::FilesystemBackend;pub use store::PostgresBackend;pub use store::Store;
Modules§
Statics§
- MIGRATOR
- Embedded database migrations. Run with
MIGRATOR.run(&pool).await.