Posts by Carlos Fernando • 26 points
2 posts
-
0
votes1
answer68
viewsA: Javascript does not load pre image preview
Whenever you place a button inside a form, its default behavior is to send data, ignoring any instruction that is posted after your click. So you just need to block that behavior, like:…
-
1
votes2
answers286
viewsA: Convention for use of Pouchdb with Couchdb
Answering your first question: for each table you can create a new document, which is much more practical than creating a database for each table. As for the second question: noSQL database…