# Veramo data store

Veramo data storage based on TypeORM.
This package provides several plugins that relate to data storage.

### `DataStore`
A plugin that exposes simple store/get methods for messages, credentials and presentations.

### `DataStoreORM`
A plugin that provides more querying options using TypeORM.

### `KeyStore` and `DIDStore`

Implementations of `AbstractKeyStore` and `AbstractDIDStore`
