Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a cookbook page in the documentation #196

Closed
Kerollmops opened this issue Jul 27, 2023 · 0 comments · Fixed by #244
Closed

Create a cookbook page in the documentation #196

Kerollmops opened this issue Jul 27, 2023 · 0 comments · Fixed by #244
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Milestone

Comments

@Kerollmops
Copy link
Member

Kerollmops commented Jul 27, 2023

It would be great to show how we can:

  • Implement a custom codec with BytesEncode/BytesDecode
  • Do prefix search with a custom codec.
  • Dynamically increase the size of the database by closing and reopening it
  • Listing the name of the databases.
  • Show how to lazily decode types using the LazyDecode + Lazy structs.
  • Show how to share content between threads safely even by using RwTxn.

This cookbook could be inspired by the one from the CSV or the clap crate.

@Kerollmops Kerollmops added the documentation Improvements or additions to documentation label Jul 27, 2023
@Kerollmops Kerollmops added this to the v0.20.0 milestone Jul 27, 2023
@Kerollmops Kerollmops added the good first issue Good for newcomers label Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant