# PostgreSQL **Repository Path**: an1ju/postgre-sql ## Basic Information - **Project Name**: PostgreSQL - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-21 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PostgreSQL #### 介绍 ``` //install-package Microsoft.EntityFrameworkCore.Tools //install-package Microsoft.EntityFrameworkCore.Design //Scaffold-DbContext "Host=192.168.1.99;Port=5433;Database=dbembed;Username=dbuser;Password=bz_23960103" Npgsql.EntityFrameworkCore.PostgreSQL -OutputDir Models -force //Scaffold-DbContext "Data Source=.;Initial Catalog=TemperatureMatrix;Persist Security Info=True;User ID=qi;Password=123456;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir ModelsQi   -force ``` ``` Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.Tools Npgsql.EntityFrameworkCore.PostgreSQL Npgsql.EntityFrameworkCore.PostgreSQL.Design ```