Fabian-Lars

Results 1366 comments of Fabian-Lars

> The tauri2 project can be replicated by using the command pnpm create tauri-app-beta in the project directory "[tauri]" Ahh, now i get it! I was a bit dense, sorry.

With the current implementation, trying to close a single db instance doesn't really make sense. Right now, every unique connection string gets a connection [_pool_](https://docs.rs/sqlx/latest/sqlx/struct.Pool.html) on the rust side, so...

It's not completely broken but it doesn't work well, at least if not combined with file dialogs. From the _very_ limited testing i did in https://github.com/tauri-apps/plugins-workspace/issues/1156#issuecomment-2575156381 it looks like by...

can you include the output of `npm run tauri info` (change npm to whatever package manager you use) and maybe a bit of code for us to look at? it...

I'll reopen this for now since we should document this behavior at least. Right now, the lastInsertId is based on sqlx' methods on the query result https://docs.rs/sqlx/latest/sqlx/?search=last_insert and there is...

Thanks! Didn't know we had this documented already 😅 that said, I changed it from 0 to null recently so the docs are still wrong. Thanks again :)

While I like the idea, we currently don't have the capacity to support anything that's not supported by the sqlx crate.

> But works when running pnpm run dev and opening in the browser. Can you try that same thing but with epiphany (also known as gnome web)?

No ETA at all. As far as i know, nobody started to work on it yet (and for sure nobody is (still) actively working on it right now). The team...