Skip to content

Commit

Permalink
Add query section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Oct 19, 2023
1 parent d03fdf7 commit 2060af7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,9 @@ async fn main() {
Chaindexing::index_states(&config).await.unwrap();
}
```

4. Query your DB using any approach/ORM:

```sql
select * from nft_states
```

0 comments on commit 2060af7

Please sign in to comment.