# Flow Store

> Adapt a neutral Ledger to Flow checkpoints through the nested flow/store module.

- Path: `Modules > Flow Store - Flow Checkpoints`
- Human: https://looprig.com/docs/modules/flow-store
- Machine index: https://looprig.com/llms.txt

## Repository

| Field | Value |
| --- | --- |
| Repository | `github.com/looprig/flow/store` |
| Version | `store/v0.1.0` |
| GitHub | [looprig/flow](https://github.com/looprig/flow) |

## Description

Adapt a neutral Ledger to Flow checkpoints through the nested flow/store module.

## Where it fits

Flow Store is useful on its own when a Flow application needs to persist checkpoints through Looprig's neutral storage contracts. Within Looprig, it joins [Flow](/docs/modules/flow.md) to [FSStore](/docs/modules/fsstore.md) and [Storage](/docs/modules/storage.md). It adapts checkpoint records; it does not execute graphs or choose the storage location.

## Dependencies

- [Core](/docs/modules/core.md)
- [Flow](/docs/modules/flow.md)
- [FSStore](/docs/modules/fsstore.md)
- [Storage](/docs/modules/storage.md)

## Dependents

None.
