You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shakty Is there a way to retrieve the JSON data from the NDDB.db() object? This is not a deal breaker but I'm assuming this data is stored in memory when the NDDB object is created and I'd prefer to access it from memory versus reading the source json file. Again this is not a deal breaker but a nice to have for efficiency in my case. Please let me know if that is possible.
Thanks for your help so far!! Really appreciate it!
The text was updated successfully, but these errors were encountered:
Hi,
You can fetch the items:
https://github.com/nodeGame/NDDB#fetching-items
If you want direct access to the array, it is simply db.db;
Am Mo., 2. Mai 2022 um 04:29 Uhr schrieb risharde ***@***.***
:
@shakty <https://github.com/shakty> Is there a way to retrieve the JSON
data from the NDDB.db() object? This is not a deal breaker but I'm assuming
this data is stored in memory when the NDDB object is created and I'd
prefer to access it from memory versus reading the source json file. Again
this is not a deal breaker but a nice to have for efficiency in my case.
Please let me know if that is possible.
Thanks for your help so far!! Really appreciate it!
—
Reply to this email directly, view it on GitHub
<#15>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHJM5AEENQUA4ESH4M4WE3VH44X7ANCNFSM5U2Y7CLA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
@shakty Is there a way to retrieve the JSON data from the NDDB.db() object? This is not a deal breaker but I'm assuming this data is stored in memory when the NDDB object is created and I'd prefer to access it from memory versus reading the source json file. Again this is not a deal breaker but a nice to have for efficiency in my case. Please let me know if that is possible.
Thanks for your help so far!! Really appreciate it!
The text was updated successfully, but these errors were encountered: