Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 2, 2024
1 parent 532ba36 commit 21fe131
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,14 @@ julia> models = QUBOLib.access() do index
return [load_instance(index, i) for i in df[!, :instance]]
end
```

### Listing Collections

```julia
julia> QUBOLib.access() do index
DBInterface.execute(
QUBOLib.database(index),
"SELECT * FROM Collections;"
) |> DataFrame
end
```

0 comments on commit 21fe131

Please sign in to comment.