has anyone managed to get drizzle to work with tauri sql plugin?
i believe they are using sqlx and I am not sure if it's the same as sqlite, I am currently working with this example I got off github
I am getting an error
subRows
is not defined when using the query API, is there a different adapter that might be better suited for this use case?1 Reply
Curiously this does work with regular select statements but not with RQB