How can I get ALL data from my quick.db? I don’t care how it is visualized, I just really need some way to do it.
Try using the .all()
function.
Example:
db.all()
// -> [Array]
My favorite place to go when I need help is the quick.db docs. It is extremely detailed. Documentation - quick.db (quickdb.js.org)
2 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.