@amplication/plugin-dotnet-db-postgres
v0.1.0
Published
Use a PostgreSQL database in a service generated by Amplication
Downloads
51,606
Keywords
Readme
@amplication/dotnet-plugin-db-postgres
Use a PostgreSQL database in the service generated by Amplication.
Purpose
This plugin adds the required code to use MS SQL Server database in the service generated by Amplication. It updates the following parts:
- Adds the required services and variables to
docker-compose.yml
- Add the required environment variables to
appsettings.json
- Configure Entity Framework Core to work with Microsoft SQL Server
Configuration
The plugin uses the parameters configured on the plugin settings page.
These settings include: host
, port
, user
, password
, dbName