Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Feb 5, 2025
1 parent 025a596 commit 7fe06d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ container.get_object_content(hash2)

# This third object will be stored as loose
hash3 = container.add_object(b"third_content")

# It is important to close the container after usage to free acquired as file
# handlers and SQL connections
container.close()
```

## Advanced usage
Expand Down

0 comments on commit 7fe06d7

Please sign in to comment.