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?