1.0.4 • Published 5 years ago

snaper-js v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago