Skip to content

Fix example in README#1093

Merged
cberner merged 1 commit intocberner:masterfrom
akar1ngo:fix-example
Oct 17, 2025
Merged

Fix example in README#1093
cberner merged 1 commit intocberner:masterfrom
akar1ngo:fix-example

Conversation

@akar1ngo
Copy link
Copy Markdown
Contributor

Example in the README.md results in the following error.

error[E0599]: no method named `begin_read` found for struct `Database` in the current scope

To fix this, we import ReadableDatabase. Since the ReadableTable trait is not used, we remove the corresponding import.

Instead of `ReadableTable`, we import `ReadableDatabase`.
@cberner cberner merged commit f18fc13 into cberner:master Oct 17, 2025
4 checks passed
@akar1ngo akar1ngo deleted the fix-example branch October 17, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants