0.1.11 • Published 8 years ago

rxjs-massive v0.1.11

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago