Hello,
I use CloudQuery with the AWS source plugin and the Postgres destination plugin, so eventually, the data is stored in Postgres tables.
I was wondering if there is a DAL/ORM or whatever that can help me fetch the data easily without writing direct SQL calls.
Hi @settled-moray!
Once again, as mentioned before, ORM is based on the language you’re planning to use to access data, and there usually are several different options (like GORM for Go, SQLAlchemy for Python, etc.).
Could you refine your question? Specifically, include the language you’re planning to use the data from, as any possible answer hinges on that input.