Make it clear that the plugin works only with relational providers

This commit is contained in:
Shay Rojansky
2022-02-23 10:14:48 +01:00
parent d85cb49f52
commit 4e30d5c036

View File

@@ -53,5 +53,5 @@ Have another naming convention in mind? Open an issue or even submit a PR - it's
## 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).
* 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.