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

Hello sir how to fetch value from database sqlite in react . how to get value

Open Rajkumarmagar opened this issue 3 years ago • 2 comments

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 rows = await db.select<Array<{ name: string }>>('SELECT name FROM users WHERE age > ?', [20])

help me . please . me . thank you .

Rajkumarmagar avatar Sep 05 '22 09:09 Rajkumarmagar

if you use javascrip. you can use this code const rows = await db.select('SELECT name FROM users WHERE age > ?', [20])

heng30 avatar Nov 26 '22 06:11 heng30

Please full code

Rajkumarmagar avatar Nov 30 '22 06:11 Rajkumarmagar