Does an ORM for C++ (Object Interface) for Informix exist?
We use Informix only in our company, there is an old self-made OR mapper, but it's hard to dive into and buggy.
I have just started with Info开发者_如何转开发rmix and also with C++ after a long break. I have used the IBM C++ Object Interface successfully — for a small project accessing only a few flat tables.
But now I have to use and join many tables, so I'm looking for a way to work with it more effectively.
Do you have any hints?
精彩评论