-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project still maintained ? #25
Comments
Doesn't seem like it. It's a shame, because this is genuinely a nice ORM to use otherwise |
Use sqlite_orm |
or sqlpp11 |
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. |
No description provided.
The text was updated successfully, but these errors were encountered: