0.2.2 • Published 7 months ago

@neuledge/store v0.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

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.