- **Do** update to use PostgreSQL in `BookStoreMigrationsDbContextModelSnapshot.cs`
import `Npgsql.EntityFrameworkCore.PostgreSQL.Metadata` by adding
````C#
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
````
replace all references
### Update Connection String Settings
- **Do** Update the PostgreSQL connection string in all `appsettings.json` files.
### Regenerate Initial igration & Update the Database
Open the **Package Manager Console (PMC)** (under the *Tools/Nuget Package Manager* menu), select the `Acme.BookStore.EntityFrameworkCore.DbMigrations` as the **default project** and execute the following command: