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

Data layer upgrade #897

Merged
merged 6 commits into from
Jul 8, 2023
Merged

Data layer upgrade #897

merged 6 commits into from
Jul 8, 2023

Conversation

jasontaylordev
Copy link
Owner

@jasontaylordev jasontaylordev commented Jul 5, 2023

Overview

Added SQLite support, with LocalDb as the default database. Use SQLite by including the --use-sqlite option.

Changes Made

  • Added support for SQLite
  • Removed support for InMemory database
  • Updated the template to support --use-sqlite
  • Added support for SQLite in Application.IntegrationTests
  • Switched to Testcontainers for SQL Server in Application.IntegrationTests
  • Changed namespace CleanArchitecture.Infrastructure.Persistence to CleanArchitecture.Infrastructure.Data

Feedback

Please review the changes and provide your feedback. Thank you! ❤️

@jasontaylordev jasontaylordev marked this pull request as ready for review July 8, 2023 01:07
@jasontaylordev jasontaylordev merged commit c655328 into main Jul 8, 2023
3 checks passed
@jasontaylordev jasontaylordev deleted the DataLayerUpgrade branch July 8, 2023 02:02
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

Successfully merging this pull request may close these issues.

1 participant