@memongo/memory
v2.0.0
Published
Memongo memory: published re-export surface for the memory engine and bridge
Maintainers
Readme
@memongo/memory
Convenience barrel over the supported Memongo memory core. It re-exports the bridge and engine for consumers who want one import path.
Install
npm install @memongo/memoryWhen to use this package
- You want a single import for the supported memory core.
- You are shipping internal tooling and do not need to split bridge and engine imports.
Example
import { memongoBridgeStatus, getMemorySearchManager } from "@memongo/memory"Prefer the direct packages when you want a narrower dependency surface:
