I was looking for a simple embedded DB to manage the state of my app and found PoloDB.
Upon trying to add this crate into my app via cargo add polodb I was getting import error with message unable to import and cargo add polodb_core is failing to compile.
Can you please help me with this and also I want to understand when this will be production ready?
I was looking for a simple embedded DB to manage the state of my app and found PoloDB.
Upon trying to add this crate into my app via
cargo add polodbI was getting import error with message unable to import andcargo add polodb_coreis failing to compile.Can you please help me with this and also I want to understand when this will be production ready?