I need help (Problem inside code.)
var db = new SQL.Database(); //instead of creating a new Database , i want to access one.
db.run("CREATE TABLE todos (id INTEGER PRIMARY KEY AUTOINCREMENT, item TEXT);");```
I need help (Problem inside code.)
var db = new SQL.Database(); //instead of creating a new Database , i want to access one.
db.run("CREATE TABLE todos (id INTEGER PRIMARY KEY AUTOINCREMENT, item TEXT);");```