Hi Scott,

Scott Robison writes:

> A co-worker who is working on a project is interested in finding out if
> there is an effective ORM for C++ / SQLite. I've not used one so I'm
> turning to the list to see if anyone has a recommendation.

Check out ODB:

http://codesynthesis.com/products/odb/

Quite a few people are using it with SQLite. Since I am involved with
the project, I am not going to tell you how wonderful it is but rather
leave you to decide for yourself.


> Note: He's okay using SQLite more or less directly if he needs to, as he
> recognizes the lack of reflection in C++ might lead to a less manageable
> ORM.

Who needs reflection when you can have a C++ compiler (frontend)? ;-)

Boris

Reply via email to