Angelo Parziale

Results 78 comments of Angelo Parziale

If you call the add method you wrote, it iteratively inserts each element of your json. BulkAdd does the same thing in a massive way, consequently if the db is...

Hi @Azocom, This feature is not available. Will be implemented as soon as possible. Can you confirm?

Hi @EmadR, most likely there is an open connection to that database somewhere.

You generally never need to close a connection. Except if You may wish to explicitly close a connection if you anticipate upgrading your database schema. Here's the scenario: 1) A...

how do you save the information in the database?

Okay, I will investigate the issue.

Hi @EmadR, why your storeSchema is empty array? can you add your store schema? Example: storeSchema: [ { name: 'name', keypath: 'name', options: { unique: false } }, { name:...

Hi @EmadR, did you solve the problem?