Example of using the Postgres database
To accomplish the task, you need to install Postgres.
- Next, you must create the database by running the script
FlexberryORM\Database\POSTGRES\create.sql
- Then
app.configto find sectionappSettings. - Comment out options
DataServiceTypeandCustomizationStringsand then rename optionsDataServiceType_POSTGREandCustomizationStrings_POSTGReinDataServiceTypeandCustomizationStrings. - Change the option
CustomizationStringsto correctly connect to the server and the database. - To run the sample to verify that it works: check the creation and loading of data objects.