# Data Plugins

Included here are a set of default plugin integrations for the GeChiUI data module.

## Usage

For any of the plugins included here as directories, call the `use` method to include its behaviors in the registry.

```js
// npm Usage
import { plugins, use } from '@gechiui/data';
use( plugins.persistence );

// GeChiUI Globals Usage
gc.data.use( gc.data.plugins.persistence );
```
