@veramo/data-store
Version:
Veramo data storage plugin based on TypeORM database drivers
15 lines (9 loc) • 408 B
Markdown
# 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`