Hi, thanks for creating this crate.
I just started implementing the same thing when its was pointed out, that your crate already exists. I am mainly motivated by turso's encryption feature. The turso devs recently added the from_uri, which conveniently handles encryption. I am thinking about submitting a PR for this, after I familiarized myself with your work. In the README the following limitations are listed.
Current Limitations
- Not all Diesel features are supported
- Performance optimizations in progress
- Edge cases may not be fully handled
- Documentation is incomplete
Regarding "Not all Diesel features are supported" and "Edge cases may not be fully handled", could you create a list of unsupported and incomplete features, so that I or somebody else knows that to work on?
Hi, thanks for creating this crate.
I just started implementing the same thing when its was pointed out, that your crate already exists. I am mainly motivated by turso's encryption feature. The turso devs recently added the
from_uri, which conveniently handles encryption. I am thinking about submitting a PR for this, after I familiarized myself with your work. In the README the following limitations are listed.Regarding "Not all Diesel features are supported" and "Edge cases may not be fully handled", could you create a list of unsupported and incomplete features, so that I or somebody else knows that to work on?