nosql - Pouchdb document structure -


i create simple application test how pouchdb work. create simple form add item. on rdbms every new item consider new row of data.

in pouchdb, if consider every new item new document, appropriate?

enter image description here

enter image description here

as described in the pouchdb guide, there rough equivalences between pouchdb , relational sql databases, it's not perfect correspondence. may want relational-pouch if want relational data, , looks benefit the pouchdb inspector chrome extension, since indexeddb view fine-grained , shows how pouchdb works under hood.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -