Y
Hacker News
new
|
ask
|
show
|
jobs
by
brimstedt
3324 days ago
How does it compare to pouchdb and why would you chose rxdb instead of pouch?
2 comments
idbehold
3324 days ago
RxDB relies on PouchDB. It mentions it in its README <
https://github.com/pubkey/rxdb/blob/master/README.md#feature...
and in its package.json <
https://github.com/pubkey/rxdb/blob/master/package.json#L64>
link
vorotato
3324 days ago
It appears to interop with pouchdb, but is more tailored to clientside consumption with Rx.js.
link