zarf icon indicating copy to clipboard operation
zarf copied to clipboard

Engine: Storage

Open one-aalam opened this issue 1 year ago • 0 comments

  • 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 avatar Sep 27 '22 07:09 one-aalam