Is There an ORM for R similar to SQLAlchemy?

Hello everyone,

I'm working on a project where I want to be able to define and manage a database schema and create an API client. In Python, I have used SQLAlchemy, an Object-Relational Mapping (ORM) library along with Flask for this purpose. I find SQLAlchemy's features and flexibility very useful, especially its ability to map Python classes to database tables, and support for defining and implementing APIs.

I'm wondering if there is a similar ORM for R, or if there is an R interface to SQLAlchemy that I could use. I'm aware of dbplyr for database manipulation in R, but as far as I understand, it's not an ORM like SQLAlchemy.

Any insights or recommendations would be greatly appreciated. Thank you in advance for your help!

2 Likes

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.