Function create

Source
pub async fn create(
    db: &Surreal<Client>,
    sol: CreateSolution<'_>,
) -> Result<Option<Solution>>