Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tauri not compatible with LevelDB-RS #30

Open
SamTV12345 opened this issue Jun 19, 2023 · 3 comments
Open

Tauri not compatible with LevelDB-RS #30

SamTV12345 opened this issue Jun 19, 2023 · 3 comments

Comments

@SamTV12345
Copy link

I have the problem that my tauri app is not compatible with this leveldb implementation. Tauri restarts a couple of times in dev mode and seems to confuse leveldb-rs with Locks. It says the process could not access thefile, because another process has locked a part of this file.

@dermesser
Copy link
Owner

What is Tauri?

@SamTV12345
Copy link
Author

https://tauri.app/ Essentially Electron but smaller footprint and faster and it's rust in the backend.

@dermesser
Copy link
Owner

It says the process could not access thefile, because another process has locked a part of this file.

Could you provide some more details, a stack trace, or something. Where do you store the database files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants