WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.44k stars 395 forks source link

Cannot read database in Tauri + Vue + Vite #1105

Closed kabyanil closed 10 months ago

kabyanil commented 10 months ago

Hi, I am trying to read an sqlite database in a Tauri app. Here is my code -

const db = new Database('./assets/output.sqlite');
db.pragma('journal_mode = WAL');

Here is the error I am getting -

Screenshot 2023-11-18 at 2 11 22 PM
mceachen commented 10 months ago

This is a node.js library.