ORM and AWS SDK RDSDATA #489
-
I am looking for an ORM for my Rust code. I came across https://www.sea-ql.org/SeaORM/ (async) but I cannot figure out whether I can combine that with RDSDATA as SeaORM might need a "real" TCP port connection and not the HTTP API provided by RDSDATA. Any info on this would be highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We don't currently have plans to support any ORMs like SeaORM or Diesel. However, I don't think that the SDK is exactly relevant here. Wouldn't the ORM just connect directly to RDS? You may want to post an issue requesting RDS support on their GitHub page. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
We don't currently have plans to support any ORMs like SeaORM or Diesel. However, I don't think that the SDK is exactly relevant here. Wouldn't the ORM just connect directly to RDS? You may want to post an issue requesting RDS support on their GitHub page.