SAP and Diesel
#4048
Replies: 1 comment 2 replies
-
I personally do not have any experience with SAP. From a quick internet search it seems like they provide a SQL interface but you need to use their libraries/API's to program against that interface. In this case this would be very similar to all the other commercial/closed source database that diesel does not support out of the box: You would need to write your own connection/backend implementation for this as we cannot support that in diesel itself. See the documentation for details on how to approach that problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Diesel Community,
Does anyone of you in here have experience with using Rust together with the SAP relational database?
I have an application written in Rust and having the integration SAP through Diesel would be very beneficial
Kind regards,
Christian
Beta Was this translation helpful? Give feedback.
All reactions