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

Introduce the first Cookbook #244

Merged
merged 18 commits into from
Mar 5, 2024
Merged

Introduce the first Cookbook #244

merged 18 commits into from
Mar 5, 2024

Conversation

Kerollmops
Copy link
Member

@Kerollmops Kerollmops commented Feb 18, 2024

Fixes #196.

  • Listing the names of the databases.
  • 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
  • Show how to lazily decode types using the LazyDecode + Lazy structs.
  • Show how to share content between threads safely even by using RwTxn.
  • Add good comments and explanations to the examples
  • Add a link section to navigate better

@Kerollmops Kerollmops added the documentation Improvements or additions to documentation label Feb 18, 2024
@Kerollmops Kerollmops added this to the v0.20.0 milestone Feb 18, 2024
@Kerollmops Kerollmops changed the title Introduce our first Cookbook Introduce the first Cookbook Mar 2, 2024
Copy link
Member

@irevoire irevoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouuuh having a cookbook is very nice!
Awesome work!

@Kerollmops Kerollmops requested a review from irevoire March 5, 2024 10:56
Copy link
Member

@irevoire irevoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noice

@Kerollmops Kerollmops merged commit 036ac23 into main Mar 5, 2024
8 checks passed
@Kerollmops Kerollmops deleted the cookbook branch March 5, 2024 11:27
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a cookbook page in the documentation
2 participants