nosql
nosql copied to clipboard
db.find() returns 0 rows
After inserting into the nosql database (2000 records) If I try to find the records, it returns zero rows.
Should I need to (release / refresh / free / reload) the db object before reading from nosql database?