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

A Tauri plugin for interface to SQLite

Results 10 tauri-plugin-sqlite issues
Sort by recently updated
recently updated
newest added

Hello sir How to fetch values from data base sqlite. value is inserted .but how to fetch value from sqlite database i write that line but how to fetch const...

I've added this in Cargo.toml: [dependencies.tauri-plugin-sqlite] git = "https://github.com/lzdyes/tauri-plugin-sqlite" tag = "v0.1.1" ``` error: failed to select a version for `sqlite3-src`. ... required by package `sqlite3-sys v0.13.0` ... which satisfies...

bun run tauri dev $ tauri dev Running BeforeDevCommand (`bun run dev`) $ vite VITE v5.1.6 ready in 606 ms ➜ Local: http://localhost:1420/ ➜ Network: use --host to expose Info...

## execute method not return the newly created or updated row id. ## we often require newly created id or data to show user. ## and number of effected rows...

Can support sequelize https://[sequelize.org](https://sequelize.org/)/

iam using svelte with tauri. By default this lib uses the location "src-tauri" , works fine if we run the dev but its not including the db file to the...

Good Work! The plugin works well. Although the warning shows in VS code. I use the plugin in my TSX file.

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)