tauri-plugin-sqlite icon indicating copy to clipboard operation
tauri-plugin-sqlite copied to clipboard

How do I run commands to view tables

Open yin-shu opened this issue 1 year ago • 1 comments

I want to see what tables are in the database Write an error like this

const tables = await db.execute('.tables')

error: near ".": syntax error (code 1)

yin-shu avatar Nov 29 '22 08:11 yin-shu