wsporto
wsporto
Hello, It is possible to pass an array as parameter? The query bellow returns the error: `Error: Operand should contain 1 column(s)`. ```typescript const ids = [1, 2, 3]; return...
I received an alert from the Avast antivirus during the upgrade of deno (from version 1.0.0 to version 1.0.1). I ran the command 'deno upgrade' from the PowerShell terminal on...
Example: ```js import Database from "libsql"; const opts = { authToken: process.env.TURSO_AUTH_TOKEN || '' } as any; const db = new Database(process.env.TURSO_DATABASE_URL || '', opts) console.log(db.prepare('select invalidcolumn')); //doesn't throw error;...