dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
521 stars 59 forks source link

Tauri not compatible with LevelDB-RS #30

Open SamTV12345 opened 1 year ago

SamTV12345 commented 1 year ago

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 commented 1 year ago

What is Tauri?

SamTV12345 commented 1 year ago

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

dermesser commented 1 year ago

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?