JonPSmith / EfCore.SchemaCompare

Library to compare EF Core's Model of the database against a database's schema.
https://www.thereformedprogrammer.net/how-to-update-a-databases-schema-without-using-ef-cores-migrate-feature/
MIT License
106 stars 15 forks source link

Support for Database provider: Oracle.EntityFrameworkCore #27

Open STARSCrazy opened 11 months ago

STARSCrazy commented 11 months ago

Thank you for creating this tool. It would be a great help if I could use it.

Would it also be possible to support the Oracle Provider (Oracle.EntityFrameworkCore) in the future?

The appropriate DatabaseModelFactory would be Oracle.EntityFrameworkCore.Scaffolding.Internal.OracleDatabaseModelFactory. I use the library "Oracle.EntityFrameworkCore, Version=6.0.21.1". Alternatively, it would be great to be able to specify the IDatabaseModelFactory when creating CompareEfSql.

JonPSmith commented 10 months ago

Hi @STARSCrazy,

I have just released EfCore.SchemaCompare 8.0.0-rc2-0002 which (I hope) will work with other database types. Can you try this an let me know if it works for you.