The NPM module “better-sqlite3” comes up when you do
var easyDb = require(“better-sqlite3”)
But when it is required with another library, it will not work.
var easyDb = require(“@sasial-roblox/easy.db”)
easyDb.dbcreate(“Test”)
Errors are at: RunKit
A staff replied with this in another topic. I believe better-sqlite3 is a binary package.