#quickdb data fetch issue
4 messages · Page 1 of 1 (latest)
I don't know about quick.db but I'm 100% sure you should await your calls to database methods.
And why db.createTable = function () {};?
That's probably the issue because you're using the function in the first command.