NonSQL: initializing a DB object in the browser console? DB -logic in user space?

I am trying to move logic to a very high level from db. Technically, I am looking for an extremely lazy appreciation of things. I feel there is some kind of non-sql-db for this purpose, because it looks like the calculation is expensive in non-sql-db and therefore, as a rule, is moved to user space. So

"by which NonSQL db I can initialize the DB -object in the user-space probably in things such as JavaScript/jQuery?"

TESTING

Trial 0: MongoDB, impossible according to this here .

Trial 1: CouchDB, open.

jQcouch may work, more here , but cannot find the source code. So, how can I initialize a couchDB object to do something simple, like db.test.save('hello world')in the browser console?

0
1

jquery.couch.js Futon . CouchDB, , Ubuntu $ sudo apt-get install couchdb:

"http://127.0.0.1:5984/_utils/script/jquery.couch.js".

CouchDB .

+1

All Articles