Skip to content

I am trying to port my electron app to Tauri. I am creating a POC First. Can anyone tell me how feasible it is #7096

Answered by FabianLars
DVGY asked this question in Q&A
Discussion options

You must be logged in to vote

Reposting my response from discord:

yes, but you probably won't get around using Rust, in case that's a problem.

To be a bit more throughout: 

> Is it possible to store images on disk (1 to 6 MB in size) efficiently ?
> Is it possible to store files (pdf, xlsx, docx) on disk (1 to 10 MB is size) efficiently ?

Depends on what you mean with efficiently. The file size completely depends on your code (are you compressing it etc). The only issue is that v1's IPC is pretty slow so if you plan to get that data from the js side into the file system than it _may_ be better to wait for v2 which will have a faster IPC.

> Store data in some sql like sql-lite or pg-sql.

we have a sqlite plugin fo…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@DVGY
Comment options

@FabianLars
Comment options

@simonhyll
Comment options

@DVGY
Comment options

@DVGY
Comment options

Answer selected by DVGY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants