1.0.4 • Published 6 years ago

snaper-js v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

snaper-js

Object oriented js orm and persistence abstraction

npm i snaper-js

Sample code

import { Memo } from "snaper-js"

const save = Memo.save;
const load = Memo.load;

let loaded = await load(await save({test : 'test'}));



// loaded.test == 'test'

Adapters for popular database to follow (currently in development firebase, pouchdb, couchbase, next orientdb, neo4j)

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago