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

Adds a compile-only Database for unit tests #22

Merged
merged 2 commits into from
Jan 17, 2021
Merged

Conversation

gaelrenoux
Copy link
Owner

Adds a Database layer that's only useful when required by the compiler, but not actually used. This is actually the case in unit tests, where the queries are typically stubbed. Solves issue #17.

@gaelrenoux gaelrenoux added the enhancement New feature or request label Jan 17, 2021
@gaelrenoux gaelrenoux self-assigned this Jan 17, 2021
@gaelrenoux gaelrenoux added this to the v1.2.0 milestone Jan 17, 2021
@gaelrenoux gaelrenoux merged commit 27c3467 into master Jan 17, 2021
@gaelrenoux gaelrenoux deleted the Test-Database branch January 17, 2021 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant