use j_db::database::Database; use crate::config::PicOxConfig; pub struct Context { pub db: Database, pub config: PicOxConfig }