Closed raultaufan closed 5 years ago
Hi @raultaufan, sorry for delay. Try this:
Make a script test.js:
require('total.js');
NOSQL('https://www.totaljs.com/test.nosql').find().fields('title', 'price').callback(console.log);
Run it:
$ node test.js
Thank you I have been able to connect total.js to Nosql on another server. you saved my time...
But, how to write (insert, modify, remove) nosql on another server? Using MongoDB?
Yes, you need use MongoDB or PostgreSQL because NoSQL embedded database works only with local flat files like SQLite database.
Thank you Peter Sirka ....
I can connected nosql from another drive/folder. But I can't connect from another server / IP Address. How to connect nosql from another server?
Thanks...