that-simple-objectstore-extended
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

That Simple ObjectStore

CircleCI

Overview

An object persistance interface for That Simple Model

Examples of its use

More detailed documentation to follow

const objectStore = new SOMETHINGObjectStore()
const myObject = new MyModel()

objectStore.put(myObject)
objectStore.get(MyModel, "primaryKey", "secondaryKey")
objectStore.query(MyModel, {})
objectStore.remove(myObject)

Readme

Keywords

none

Package Sidebar

Install

npm i that-simple-objectstore-extended

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

6.35 kB

Total Files

12

Last publish

Collaborators

  • freakyfriday