I have let usersin1 = sql.prepare("SELECT COUNT(*) FROM raid WHERE raid1 > 0");
using better-sqlite3 and what I'm getting from this is a [object Statement]. I don't understand why I'm getting it when I try to get the value of usersin1. All values are defined and I'm trying to get a number out of this.
Node.js