Flipper TypeScript ships with an in-memory adapter out of the box and provides optional packages for external stores. Each sub-page in this directory covers installation, configuration, and best practices for a specific adapter.
- MongoDB
- Custom adapter recipes
All adapters share the same basic pattern:
- Install the adapter package (or add it to your workspace).
- Create an instance of the adapter with any required storage configuration.
- Pass the adapter into the
Flipperconstructor. - Ensure the adapter's tests run in CI and that documentation stays in sync with future changes.
If you add a new adapter package, create a companion doc in this folder and link it here.