You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I also use the async functions of sqlite.js through your library?
And 2nd question. Can I use in sqlite-sync named params like in sql.js?
// Prepare a statement
var stmt = db.prepare("SELECT * FROM test WHERE col1 BETWEEN $start AND $end");
stmt.getAsObject({$start:1, $end:1}); // {col1:1, col2:111}
The text was updated successfully, but these errors were encountered:
Can I also use the async functions of sqlite.js through your library?
And 2nd question. Can I use in sqlite-sync named params like in sql.js?
The text was updated successfully, but these errors were encountered: