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

Add DAO use story #18

Open
SchaichAlonso opened this issue Oct 19, 2023 · 0 comments
Open

Add DAO use story #18

SchaichAlonso opened this issue Oct 19, 2023 · 0 comments

Comments

@SchaichAlonso
Copy link
Contributor

The Data Access Object pattern is significantly more popular then Object Relation Mapping, mostly due to the availability of DAO packages in Java and the straightfoward implementablility of a similar pattern in C++.

Reimplement the Book/Artist example using a DAO implemented with TinyORM's Query Builder, place the ORM code into a subpath and add both to the cmake test set

See also: silverqx/TinyORM#29

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

1 participant