rustbasic-core 0.1.11

Core framework logic for RustBasic - A modern web framework for Rust
Documentation
1
2
3
4
5
6


#[async_trait::async_trait]
pub trait SeederTrait {
    async fn run(&self, db: &crate::sea_orm::DatabaseConnection) -> Result<(), crate::sea_orm::DbErr>;
}