-
Notifications
You must be signed in to change notification settings - Fork 2
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
Is it abandoned? #2
Comments
Hi, I have not actively maintained this one but let me have a look rn |
seems like its got to do with them adding lifetime in RowIter<'a>, I need some more time to get this fixed, will update this week |
I made a temporary solution by copypasting inner sled |
thank you, apologies I did have a look but got distracted by other things on my hand as it was a bit more complicated changes than I expected. Is your fork in public or private? feel free to make pull requests. |
haven't pushed yet as it depends on this abomination - gluesql/gluesql@main...edezhic:gluesql:main , and for the Have you considered merging SharedSledStorage into the original one or at least pushing it to the gluesql repo as an additional storage option? I think SharedSledStorage doesn't add significant overhead to the SledStorage and concurrent-safe version seems like a good default. Considering that Sled can handle concurrency under the hood and gluesql is built with concurrency in mind I think that the default sled gluesql storage should be safe to use in concurrent contexts. Also, by merging these things it would be easier to maintain compatibility. Wdyt? |
I've pushed this temporary solution here - https://github.com/edezhic/prest/blob/main/host/shared_sled_storage.rs |
Currently it only supports a bit outdated version of gluesql (0.15 vs 0.16), are there any plans to update it and maintain in the future?
The text was updated successfully, but these errors were encountered: