Skip to content
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

Open
davidandreoletti opened this issue Oct 18, 2016 · 4 comments
Open

Is this project still maintained ? #25

davidandreoletti opened this issue Oct 18, 2016 · 4 comments

Comments

@davidandreoletti
Copy link

No description provided.

@abbygriffiths
Copy link

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

@fnc12
Copy link

fnc12 commented Feb 28, 2017

Use sqlite_orm

@d-led
Copy link
Collaborator

d-led commented Feb 28, 2017

or sqlpp11

@cesss
Copy link

cesss commented Jan 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants