0.1.11 • Published 9 years ago

rxjs-massive v0.1.11

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

rxjs massive

const db = dbrx.connectSync({connectionString: connectionString});
const { findDoc, saveDoc, destroy, searchDoc } = db;
const my = db.fromTable('my_documents');

saveDoc('my_documents', {foo:'test'}).flatMap(::my.findDoc('my_documents', 0)).subscribe(::console);

// or

my.saveDoc({foo:'test'}).flatMap(::my.findDoc(0)).subscribe(::console.log);

INSTALL

npm install

TO BUILD dist/rxjs-massive.js (optional)

npm run build

TO RUN

npm start

TO TEST

npm run test

0.1.11

9 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago