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

Engine: Storage #15

Open
one-aalam opened this issue Sep 27, 2022 · 0 comments
Open

Engine: Storage #15

one-aalam opened this issue Sep 27, 2022 · 0 comments
Assignees

Comments

@one-aalam
Copy link
Collaborator

  • Add a unified interface for all sorts of key-value stores
  • Add a in-memory session store, to demonstrate the interface and support basic in memory storage

Implementation Details

Add abstract class BunStorageEngine and extension BunSessionStorageEngine. As a basic implementation BunInMemorySessionStorageEngine to maintain data in memory.

BunStorageEngine(Abstract Class) -> BunSessionStorageEngine(Implementation Class) -> BunInMemorySessionStorageEngine (Extension of Implementation Class)

@one-aalam one-aalam self-assigned this Sep 27, 2022
one-aalam added a commit that referenced this issue Sep 27, 2022
- Add a unified interface for all sorts of `key-value` stores
- Add a `in-memory` session store, to demonstrate the interface and support basic in memory storage

fix: #15
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

No branches or pull requests

1 participant