ErikEJ / EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
MIT License
2.12k stars 293 forks source link

Add support for Firebird #195

Closed ErikEJ closed 4 years ago

ErikEJ commented 5 years ago

Need Simple DDEX provider + ADO.NET client

ErikEJ commented 5 years ago

No DDEX provider for 2017 :-(

MagicAndre1981 commented 5 years ago

yeah, long requested, but not delivered. An user tried to implement it in his fork but no longer has time to finish it.

ErikEJ commented 5 years ago

@MagicAndre1981 The DDEX provider can be very simple for use with Power Tools, simply require the capability to persist connections in "Server Explorer"

MagicAndre1981 commented 5 years ago

current DDEX provider can also do this, but because of MSI installer, the registration of the Firebird DDEX provider is lost after updating a VSIX so we need to import the reg with the data again and this is complicated since VS2017 and the private registry hive file. This is why I also want a VSIX based provider

ErikEJ commented 4 years ago

For required changes for a new provider, see https://github.com/ErikEJ/EFCorePowerTools/pull/182

ErikEJ commented 4 years ago

Duplicate of #288

ErikEJ commented 3 years ago

@MagicAndre1981 Enabled in latest daily build!