Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Add the ability to use NpgSql (Postgres) db provider or SqlServer #138

Closed Kronos11 closed 4 years ago

Kronos11 commented 4 years ago

Adds in functionality for #137

What this PR does / why we need it:

This PR adds Npgsql as a separate database provider by creating a separate project for NpgSql and SqlServer

TODO:

Kronos11 commented 4 years ago

I think I can actually get rid of the two separate projects and have a 'Storage' project which has the factory as well as the migrations (only thing is the Deployments table has a ByDefault column which npgsql will set the default value to false and sqlserver to 0)

Kronos11 commented 4 years ago

Closing this, will re-open with a cleaner request.