mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 01:28:13 +00:00
Make it clear that the plugin works only with relational providers
This commit is contained in:
@@ -53,5 +53,5 @@ Have another naming convention in mind? Open an issue or even submit a PR - it's
|
|||||||
## Important notes
|
## Important notes
|
||||||
|
|
||||||
* If you have an existing database, adding this naming convention will cause a migration to produced, renaming everything. Be very cautious when doing this (the process currently involves dropping and recreating primary keys).
|
* If you have an existing database, adding this naming convention will cause a migration to produced, renaming everything. Be very cautious when doing this (the process currently involves dropping and recreating primary keys).
|
||||||
* This plugin will work with any database provider and isn't related to PostgreSQL or Npgsql in any way.
|
* This plugin will work with any relational database provider and isn't related to PostgreSQL or Npgsql in any way.
|
||||||
* This is a community-maintained plugin: it isn't an official part of Entity Framework Core and isn't supported by Microsoft in any way.
|
* This is a community-maintained plugin: it isn't an official part of Entity Framework Core and isn't supported by Microsoft in any way.
|
||||||
|
|||||||
Reference in New Issue
Block a user