Function create

Source
pub async fn create(
    db: &Surreal<Client>,
    data: CategoryData<'_>,
) -> Result<Option<Category>>