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 additional storage providers #32

Closed
replaysMike opened this issue Jan 13, 2022 · 0 comments
Closed

Add additional storage providers #32

replaysMike opened this issue Jan 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@replaysMike
Copy link
Owner

Add and improve capabilities for additional storage providers.

  • Externalize Sql Server support
  • Add Postgresql support
  • Add MySql support
  • Add Sqlite support

Each provider will need their own configuration and should be available as nuget packages.

@replaysMike replaysMike added the enhancement New feature or request label Jan 13, 2022
@replaysMike replaysMike self-assigned this Jan 13, 2022
replaysMike added a commit that referenced this issue Jan 13, 2022
Refactored the existing storage provider implementation and moved them all into dedicated nuget packages.
Externalized the database model into a dedicated nuget package.
Added additional PartTypes to the seed.

We will likely improve this much further later on, ideally we would instead write a file storage provider for EF Core and rely on storage providers already created for each platform. The current way of doing it requires maintaining queries across all packages and this is not good, but good for now.
replaysMike added a commit that referenced this issue Jan 13, 2022
…roviders

Implements #32 - additional storage providers
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

No branches or pull requests

1 participant