pub async fn init_pool(config: &DbConfig) -> Result<(Db, DbKind), KipukaError>
Initialize the primary (read-write) database connection pool.