Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 authored Jul 5, 2023
1 parent b145bd1 commit c3c0f35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ fn main() -> Result<(), String> {

```

You could also run one of the examples to check how this library works:

```sh
cargo run --example from_duckdb
```

Or follow the guidelines explained in [examples/from_uniprot](https://github.com/angelip2303/pschema-rs/tree/main/examples/from_uniprot)
where a more detailed use-case is shown.

For more information on how to define validation rules, load entities from Wikidata, and process subsets of data, refer
to the documentation.

Expand Down

0 comments on commit c3c0f35

Please sign in to comment.