# Functions

New returns a wrapped map with all the required database interface methods implemented.
NewProducer of memory db.
NewWithCap returns a wrapped map pre-allocated to the provided capcity with all the required database interface methods implemented.
New returns a wrapped map with all the required database interface methods implemented and drop callback.

# Structs

Database is an ephemeral key-value store.
No description provided by the author

# Type aliases

No description provided by the author