2.0.0 • Published 2 years ago

@verixyz/data-store-json v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

verixyz data store using JSON trees

verixyz data storage based on JSON trees. This package provides several plugins that relate to data storage that is backed up by a JSON tree.

DataStoreJSON

A plugin that exposes simple store/get methods for messages, credentials and presentations. This implements the @verixyz/data-store#DataStore plugin interface.

DataStoreORMJson

A plugin that provides more querying options using TypeORM. This implements the @verixyz/data-store#DataStoreORM plugin interface.

KeyStore and DIDStore

Implementations of AbstractKeyStore and AbstractDIDStore