dotConnect for PostgreSQL Documentation
Database Script Generation Settings

dotConnect for PostgreSQL allows configuring creating and deleting database objects in the CreateDatabase() and DeleteDatabase() methods. These customizations are rather useful for the Code First approach. You can tweak the behaviour of the methods using the PgSqlEntityProviderConfig.DatabaseScript.Schema and PgSqlEntityProviderConfig.DatabaseScript.ForeignKey classes.

PgSqlEntityProviderConfig.DatabaseScript.ForeignKey Settings