hiberlite icon indicating copy to clipboard operation
hiberlite copied to clipboard

Is this project still maintained ?

Open davidandreoletti opened this issue 9 years ago • 4 comments

davidandreoletti avatar Oct 18 '16 10:10 davidandreoletti

Doesn't seem like it. It's a shame, because this is genuinely a nice ORM to use otherwise

abbygriffiths avatar Feb 11 '17 06:02 abbygriffiths

Use sqlite_orm

fnc12 avatar Feb 28 '17 14:02 fnc12

or sqlpp11

d-led avatar Feb 28 '17 15:02 d-led

Do sqlite_orm and sqlpp11 support automatic data binding between the C++ objects and the DB without writing additional code? Looking at their readme's, it seems they require you to write an amount of "glue syntax" between the C++ objects and the DB. The whole purpose of hiberlite is to avoid any "glue" at all... I think the concept in "hiberlite" is: "this is my C++ class, put it inside a SQL DB and do all the work for me". As I said, I don't find sqlite_orm or sqlpp11 following this concept, unless I missed something.

cesss avatar Jan 23 '19 09:01 cesss