0.2.2 • Published 2 years ago
@neuledge/store v0.2.2
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.