@neuledge/store
v0.2.2
Published
Neuledge Store abstract interface for Neuledge Engine
Downloads
41
Maintainers
Readme
Neuledge Store
An abstract store interface for Neuledge Engine in order to support different database implementations.
This library is not intended to be used directly. It is a dependency of the main package.
📦 Installation
npm install @neuledge/states
🚀 Getting started
import { Store } from '@neuledge/store';
export class MyStore implements Store {
// implement the store interface
}
📄 License
Neuledge is Apache 2.0 licensed.